aboutsummaryrefslogtreecommitdiff
path: root/glfw-3.2.1/.appveyor.yml
blob: ae658cc371d170e7f32191acde1a5316a032fe2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
branches:
    only:
        - ci
        - master
skip_tags: true
environment:
    matrix:
        - BUILD_SHARED_LIBS: ON
        - BUILD_SHARED_LIBS: OFF
matrix:
    fast_finish: true
build_script:
    - mkdir build
    - cd build
    - cmake -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS% ..
    - cmake --build .
notifications:
    - provider: Email
      to:
        - ci@glfw.org
    - on_build_failure: true
    - on_build_success: false