Skip to content

Commit

Permalink
Add appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Apr 13, 2016
1 parent b6c5fcb commit e90226d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 1.0.{build}
image: Visual Studio 2015 CTP 6
build_script:
- cmd: >-
cmake -DENTITYX_BUILD_TESTING=1 -DENTITYX_BUILD_SHARED=0
cmake --build . --target ALL_BUILD --config Release
cmake --build . --target RUN_TESTS --config Release

0 comments on commit e90226d

Please sign in to comment.