aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2016-04-13 10:59:24 +1000
committerAlec Thomas <alec@swapoff.org>2016-04-13 11:08:26 +1000
commite90226d0df9fac990a7bac1d625133363302960e (patch)
tree173ae52011a57b2cd9be6c0dc52d3198605db6aa
parentb6c5fcb1de2aa53d9a8b9f1ece9b77f49f9d3cf8 (diff)
Add appveyor.yml
-rw-r--r--appveyor.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..313ca18
--- /dev/null
+++ b/appveyor.yml
@@ -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
+