From: Andy Li Date: Sat, 6 Aug 2016 15:22:33 +0000 (+0800) Subject: Add AppVeyor CI configuration X-Git-Tag: v7.4.6~220 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a25d9e8a58197cbf84faef3880a140ecc43bd4a9;p=gc Add AppVeyor CI configuration (Cherry-pick commit effeaf1 from 'release-7_6' branch.) Note: builds version is set to 7.4.x --- diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..feb14b3c --- /dev/null +++ b/appveyor.yml @@ -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