diff options
| author | Jon Lund Steffensen <jonlst@gmail.com> | 2017-08-17 12:51:49 -0700 |
|---|---|---|
| committer | Jon Lund Steffensen <jonlst@gmail.com> | 2017-08-17 20:24:32 -0700 |
| commit | c129e59b3a56c6919c32b23633de3aaa24208522 (patch) | |
| tree | 0e76ea1834bc423e4376bc8e112d9c85213ed91f /appveyor.yml | |
| parent | geoclue2: Update continuously (diff) | |
| download | redshift-ng-c129e59b3a56c6919c32b23633de3aaa24208522.tar.gz redshift-ng-c129e59b3a56c6919c32b23633de3aaa24208522.tar.bz2 redshift-ng-c129e59b3a56c6919c32b23633de3aaa24208522.tar.xz | |
Appveyor, Travis: Test run redshift after build
Diffstat (limited to '')
| -rw-r--r-- | appveyor.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index ed041b5..049a576 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,6 +25,11 @@ build_script: - C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make distcheck DISTCHECK_CONFIGURE_FLAGS=\"$CONFIGURE_FLAGS\"" - C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make install" +test_script: +- | + %APPVEYOR_BUILD_FOLDER%\root\bin\redshift.exe -l 12:-34 -pv + %APPVEYOR_BUILD_FOLDER%\root\bin\redshift.exe -l 12:-34 -m dummy -vo + after_build: - ps: | $ZIP_NAME = "redshift-windows-$env:arch" |
