summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLuis Rascão <luis.rascao@gmail.com>2015-10-12 13:46:06 +0100
committerLuis Rascão <luis.rascao@gmail.com>2015-10-13 10:01:40 +0100
commite9983fc422443f68e2fafc7cfef5619ed249bb99 (patch)
treecb5ccbd36ecb2e111470d9a8463ee57ed53357e0 /appveyor.yml
parent365ac649dc818619757f96a699ddb174f004cff9 (diff)
downloadrebar-e9983fc422443f68e2fafc7cfef5619ed249bb99.tar.gz
Add Windows continuous integration through AppVeyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..a13f3d6
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,13 @@
+version: 2.6.1.{build}
+branches:
+ only:
+ - master
+build_script:
+- cmd: bootstrap.bat
+test_script:
+- cmd: >-
+ rebar eunit
+
+ deps/retest/retest -l debug inttest
+artifacts:
+- path: rebar