]> code.bitgloo.com Git - clyne/entityx.git/commitdiff
Add appveyor.yml
authorAlec Thomas <alec@swapoff.org>
Wed, 13 Apr 2016 00:59:24 +0000 (10:59 +1000)
committerAlec Thomas <alec@swapoff.org>
Wed, 13 Apr 2016 01:08:26 +0000 (11:08 +1000)
appveyor.yml [new file with mode: 0644]

diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644 (file)
index 0000000..313ca18
--- /dev/null
@@ -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
+