aboutsummaryrefslogtreecommitdiffstats
path: root/deps/entityx/appveyor.yml
diff options
context:
space:
mode:
authorAndy Belle-Isle <drumsetmonkey@gmail.com>2019-08-30 00:19:31 -0400
committerAndy Belle-Isle <drumsetmonkey@gmail.com>2019-08-30 00:19:31 -0400
commitbd3fe0cac583739bc0d7c4b5c8f301bb350abca0 (patch)
tree7eeb1aabcebd6999de1c3457d0882246ec0ff4d4 /deps/entityx/appveyor.yml
parent2662ac356ce14dacfbc91689fd37244facff4989 (diff)
Renamed lib to deps so github will ignore it for language stats
Diffstat (limited to 'deps/entityx/appveyor.yml')
-rw-r--r--deps/entityx/appveyor.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/deps/entityx/appveyor.yml b/deps/entityx/appveyor.yml
new file mode 100644
index 0000000..313ca18
--- /dev/null
+++ b/deps/entityx/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
+