aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Check time-based configuration on CIJon Lund Steffensen2017-10-111-0/+6
|
* Appveyor, Travis: Test run redshift after buildJon Lund Steffensen2017-08-171-0/+5
|
* Remove deprecated geoclue 1 location providerJon Lund Steffensen2017-08-161-1/+1
|
* Appveyor: Change to use MSYSTEM with MSYS to get correct MinGW toolsJon Lund Steffensen2017-07-301-13/+14
| | | | | | | | This fixes an issue where the configure script would prefer the tools in c:\msys64\usr\bin instead of the MinGW tools. This specifially failed when searching for windres while cross-compiling for i686 because the tool found in c:\msys64\usr\bin would generate 64-bit object files.
* Appveyor: Create zip package with txt filesJon Lund Steffensen2017-07-301-3/+12
| | | | | | Renames various text files to .txt extension to make it easier to open these files on Windows. Also bundles the sample configuration file.
* Appveyor: Run distcheck as part of buildJon Lund Steffensen2017-07-301-3/+6
| | | | | This ensures that all files required for Windows build are correctly bundled in the source archive produced by autotools.
* AppVeyor: Build for 32-bit Windowsmanuc662017-07-301-9/+13
|
* Try to build static executable and disable NLSJon Lund Steffensen2017-07-271-1/+1
|
* Add AppVeyor configurationmanuc662017-07-271-0/+24