]> 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:02:47 +0000 (11:02 +0300)
(Cherry-pick commits af6bc0a2a0e60030bdd67 from 'master' branch.)

Note: builds version is set to 7.6.x

appveyor.yml [new file with mode: 0644]

diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644 (file)
index 0000000..dc47970
--- /dev/null
@@ -0,0 +1,11 @@
+version: 7.6.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