Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/bdwgc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Li <andy@onthewings.net>2016-08-06 18:22:33 +0300
committerIvan Maidanski <ivmai@mail.ru>2016-08-12 10:14:25 +0300
commitaf6bc0a498f819a3bf97c8d5f96d12a899232bef (patch)
tree7ab6efadc5c2a7dfada9bcb2fed7bb4baee7ae26 /appveyor.yml
parent40c9ae6da8679b66843f49819d408b5b98e7667d (diff)
Initial AppVeyor CI configuration
* appveyor.yml: New file (not a part of BDWGC dist).
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml9
1 files changed, 9 insertions, 0 deletions
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