From: Andy Li Date: Sat, 6 Aug 2016 15:22:33 +0000 (+0800) Subject: Add AppVeyor CI configuration X-Git-Tag: v7.6.2~341 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=effeaf1029384a0bb9a77a26b8b58d5f04aeddbb;p=gc Add AppVeyor CI configuration (Cherry-pick commits af6bc0a, 2a0e600, 30bdd67 from 'master' branch.) Note: builds version is set to 7.6.x --- diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..dc47970e --- /dev/null +++ b/appveyor.yml @@ -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