summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Collapse)AuthorAge
* Replace most of Appveyor Windows build script with a CMakefile.Chris Wilson2016-09-09
| | | | | Should make it easier for Windows developers to get started by automating almost everything.
* Get AppVeyor to build the INSTALL target.Chris Wilson2016-08-28
| | | | | To ensure that all binaries needed by tests are installed in the correct places.
* Standardise dependent library location for CMake.Chris Wilson2016-08-28
| | | | Add a CMake module to find readline libraries for us.
* Appveyor: don't list directories that may not exist during build.Chris Wilson2016-08-28
|
* List contents of some more directories during buildChris Wilson2016-04-16
|
* Cache downloaded OpenSSL, and only download them if not already cached.Chris Wilson2016-04-10
|
* Make PCRE version a variable, and cache the downloaded file, trying to avoid ↵Chris Wilson2016-04-06
| | | | timeouts
* Disable RDP access to Appveyor virtual machinesChris Wilson2016-04-06
|
* Switch from FTP to HTTP in the hope of avoiding network timeoutsChris Wilson2016-04-06
|
* Create CMake configurations in a subdirectory of infrastructure/cmake.Chris Wilson2016-02-13
| | | | Makes it easier to cache and remove artifacts without affecting version-controlled files.
* Make 7za overwrite existing files, to avoid hanging when build output is cached.Chris Wilson2016-02-13
|
* Upgrade to OpenSSL 1.0.2fChris Wilson2016-02-13
|
* Switch cache directories to relative paths, comment out wildcard item.Chris Wilson2016-02-13
|
* OK, try single-quoting then.Chris Wilson2015-12-27
|
* Unquote cache directories to try to fix AppVeyor caching error:Chris Wilson2015-12-27
| | | | "The filename, directory name, or volume label syntax is incorrect"
* Really build both debug and release versions of PCRE and Zlib.Chris Wilson2015-12-24
|
* Build release libs as well as debug in Appveyor, and link the right ones ↵Chris Wilson2015-12-24
| | | | into boxbackup.
* Move directory listing of build directories to after build is complete.Chris Wilson2015-12-23
|
* Try making registry change before enabling RDP, to see if that helps.Chris Wilson2015-12-23
|
* Change RDP authentication to allow connection from Linux.Chris Wilson2015-12-23
|
* Escape backslashes to try to fix parse error.Chris Wilson2015-12-23
|
* Increase indentation again to try to fix parse error.Chris Wilson2015-12-23
|
* Try enabling RDP to debug stuck build.Chris Wilson2015-12-22
|
* OK, try double-quoting then.Chris Wilson2015-12-22
|
* Try unquoting cache paths to see if that makes the cache work.Chris Wilson2015-12-22
| | | | | | List files in the directories to be cached. Cache the compiled zlib as well.
* Add more debugging for perl not being able to run rmdir /s/q.Chris Wilson2015-12-20
|
* Try to debug why rmdir /s/q is failing.Chris Wilson2015-12-20
|
* Make tests verbose, so we can see why they are failingChris Wilson2015-12-19
|
* Change back to project directory at end, so that Appveyor can find the ↵Chris Wilson2015-12-17
| | | | solution file and build it.
* Use CTest to run tests.Chris Wilson2015-12-15
|
* Try yet another way to expand variables in PowerShellChris Wilson2015-12-09
|
* Try another way to use variables in URLs in PowerShell.Chris Wilson2015-12-09
|
* Try changing quoting to enable expanding environment variables in URL.Chris Wilson2015-12-09
|
* Upgrade OpenSSL to 1.0.2e.Chris Wilson2015-12-09
| | | | | The old file has been removed from its previous URL, so Appveyor won't build the project any more until it's fixed.
* Ask AppVeyor to build Zlib from source using CMake.Chris Wilson2015-12-09
| | | | Significantly improved CMake config, successfully builds some modules.
* List contents of pcre bin and lib directories.Chris Wilson2015-12-01
|
* Fix pcre path. Install PCRE as well as building it.Chris Wilson2015-12-01
|
* Fix Visual Studio Generator version. Install PCRE in a platform-specific ↵Chris Wilson2015-12-01
| | | | directory.
* Ask cmake to generate a Visual Studio Solution for the current version and ↵Chris Wilson2015-12-01
| | | | platform.
* Fix quoting.Chris Wilson2015-12-01
|
* Install compiled OpenSSL files in a platform-specific directory.Chris Wilson2015-12-01
| | | | Attempt to cache the openssl compiled files to speed up build.
* Run msbuild to build PCRE.Chris Wilson2015-12-01
|
* Try building PCRE as well as boxbackup solution file.Chris Wilson2015-12-01
|
* cmake requires some kind of command-line argument.Chris Wilson2015-12-01
|
* Create PCRE build files in the PCRE directory.Chris Wilson2015-11-30
| | | | List directory contents so we can see what it's created.
* Another attempt to reduce verbosity of NMake.Chris Wilson2015-11-30
|
* Change to the right directory to run win32.bat from.Chris Wilson2015-11-29
|
* Generate exception files for Win32 build.Chris Wilson2015-11-29
|
* Try using x86 build environment instead of x64.Chris Wilson2015-11-29
|
* Fix cd path.Chris Wilson2015-11-29
|