]> granicus.if.org Git - libatomic_ops/commitdiff
Add configuration file for AppVeyor CI
authorIvan Maidanski <ivmai@mail.ru>
Mon, 15 Aug 2016 19:44:10 +0000 (22:44 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 3 Nov 2016 15:06:31 +0000 (18:06 +0300)
(Cherry-pick commit 075a104 from 'release-7_4' branch.)

Note: builds version is set to 7.2.x

* appveyor.yml: New file (not a part of the distribution archive).

appveyor.yml [new file with mode: 0644]

diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644 (file)
index 0000000..7bfab15
--- /dev/null
@@ -0,0 +1,24 @@
+version: 7.2.x-{build}
+
+clone_depth: 50
+
+environment:
+  MS_SDK_VER: v7.1
+  matrix:
+  - CPU: x86
+    BLD: debug
+  - CPU: x86
+    BLD: release
+  - CPU: x64
+    BLD: debug
+  - CPU: x64
+    BLD: release
+
+install:
+  - cmd: '"C:\Program Files\Microsoft SDKs\Windows\%MS_SDK_VER%\Bin\SetEnv.cmd" /%CPU% /%BLD%'
+
+build_script:
+  - cmd: cd src && nmake -f Makefile.msft clean all && cd ..
+
+test_script:
+  - cmd: cd src && nmake -f Makefile.msft test_malloc test_stack