From af6bc0a498f819a3bf97c8d5f96d12a899232bef Mon Sep 17 00:00:00 2001 From: Andy Li Date: Sat, 6 Aug 2016 23:22:33 +0800 Subject: [PATCH] Initial AppVeyor CI configuration * appveyor.yml: New file (not a part of BDWGC dist). --- appveyor.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..64073363 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,9 @@ +version: "{build}" + +build_script: + - git clone https://github.com/ivmai/libatomic_ops.git + - cmake . + - cmake --build . --config Debug + +test_script: + - ctest --build-config Debug -V -- 2.40.0