aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2017-08-19 11:56:11 -0700
committerGitHub <noreply@github.com>2017-08-19 11:56:11 -0700
commit71e1de2d33f0c9d57da82f1291ed728b8dbff09f (patch)
tree0e76ea1834bc423e4376bc8e112d9c85213ed91f /appveyor.yml
parentMerge pull request #498 from jonls/osx-travis (diff)
parentAppveyor, Travis: Test run redshift after build (diff)
downloadredshift-ng-71e1de2d33f0c9d57da82f1291ed728b8dbff09f.tar.gz
redshift-ng-71e1de2d33f0c9d57da82f1291ed728b8dbff09f.tar.bz2
redshift-ng-71e1de2d33f0c9d57da82f1291ed728b8dbff09f.tar.xz
Merge pull request #500 from jonls/continuous-location
Continuous location updates
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
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"