diff options
Diffstat (limited to 'src/external/glfw/.appveyor.yml')
| -rw-r--r-- | src/external/glfw/.appveyor.yml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/external/glfw/.appveyor.yml b/src/external/glfw/.appveyor.yml new file mode 100644 index 00000000..4a002500 --- /dev/null +++ b/src/external/glfw/.appveyor.yml @@ -0,0 +1,23 @@ +branches: + only: + - ci + - master +skip_tags: true +environment: + CFLAGS: /WX + matrix: + - BUILD_SHARED_LIBS: ON + - BUILD_SHARED_LIBS: OFF +matrix: + fast_finish: true +build_script: + - mkdir build + - cd build + - cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS% .. + - cmake --build . +notifications: + - provider: Email + to: + on_build_failure: true + on_build_success: false |
