]> granicus.if.org Git - gc/commitdiff
Add AppVeyor CI configuration
authorAndy Li <andy@onthewings.net>
Sat, 6 Aug 2016 15:22:33 +0000 (23:22 +0800)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 10 Nov 2016 08:10:23 +0000 (11:10 +0300)
(Cherry-pick commit effeaf1 from 'release-7_6' branch.)

Note: builds version is set to 7.4.x

appveyor.yml [new file with mode: 0644]

diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644 (file)
index 0000000..feb14b3
--- /dev/null
@@ -0,0 +1,11 @@
+version: 7.4.x-{build}
+
+clone_depth: 50
+
+build_script:
+  - git clone --depth=50 https://github.com/ivmai/libatomic_ops.git -b release-7_4
+  - cmake .
+  - cmake --build . --config Debug
+
+test_script:
+  - ctest --build-config Debug -V