summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2016-09-18 14:54:30 +0800
committerruki <[email protected]>2016-09-18 14:54:30 +0800
commit380515b6648c65260192e49b4dceadc893ec9e1c (patch)
treef78a3e761aae382f01db45326440d3cb8103ccfb
parent66ec236100d9972c1ce3dff8f36b43b20757255d (diff)
add appveyor.yml
-rw-r--r--appveyor.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 000000000..c88f2a0c4
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,17 @@
+os: Visual Studio 2015
+
+platform:
+ - Win32
+ - Win64
+
+before_build:
+ - cmd: call install.bat noinput
+
+build_script:
+ - cmd: cd ./tests/console_c
+ - cmd: if %platform%==Win32 xmake f -m debug
+ - cmd: if %platform%==Win64 xmake f -m debug -a x64
+ - cmd: xmake
+
+test_script:
+ - cmd: xmake --version