Initial AppVeyor CI configuration
authorAndy Li <andy@onthewings.net>
Sat, 6 Aug 2016 15:22:33 +0000 (23:22 +0800)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 12 Aug 2016 07:14:25 +0000 (10:14 +0300)
* appveyor.yml: New file (not a part of BDWGC dist).

appveyor.yml [new file with mode: 0644]

diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644 (file)
index 0000000..6407336
--- /dev/null
@@ -0,0 +1,9 @@
+version: "{build}"
+
+build_script:
+  - git clone https://github.com/ivmai/libatomic_ops.git
+  - cmake .
+  - cmake --build . --config Debug
+
+test_script:
+  - ctest --build-config Debug -V