Logo white

Peter M. Groen / CLI11

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CLI11
  • .appveyor.yml
  • Fixing zip download which kills git info
    eb1b02e0
    Henry Fredrick Schreiner authored
    2017-02-19 16:34:21 -0500  
    Browse Code ยป
.appveyor.yml 375 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
os:
  - Visual Studio 2015

environment:
  CTEST_OUPTUT_ON_FAILURE: ON

branches:
  except:
    - gh-pages

install:
  - set PATH=C:\Python36;%PATH%

before_build:
  - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64

build_script:
  - mkdir build
  - cd build
  - cmake ..
  - cmake --build .

test_script:
  - cmake --build --target test .