summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2015-10-13 14:47:25 -0400
committerFred Hebert <mononcqc@ferd.ca>2015-10-13 14:47:25 -0400
commit5d73a8d8e7c9d56231970ab775231a7a87bcd14a (patch)
treecb5ccbd36ecb2e111470d9a8463ee57ed53357e0
parent365ac649dc818619757f96a699ddb174f004cff9 (diff)
parente9983fc422443f68e2fafc7cfef5619ed249bb99 (diff)
downloadrebar-5d73a8d8e7c9d56231970ab775231a7a87bcd14a.tar.gz
Merge pull request #549 from lrascao/feature/windows_continuous_integration
Add Windows continuous integration through AppVeyor
-rw-r--r--README.md1
-rw-r--r--appveyor.yml13
2 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index ec65693..a7317ba 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ rebar is an Erlang build tool that makes it easy to compile and test Erlang
applications, port drivers and releases.
[![Build Status](https://secure.travis-ci.org/rebar/rebar.png?branch=master)](http://travis-ci.org/rebar/rebar)
+[![Build status](https://ci.appveyor.com/api/projects/status/4c48dw0cbu265cvt?svg=true)](https://ci.appveyor.com/project/rebar-win-ci/rebar-t0g71)
rebar is a self-contained Erlang script, so it's easy to distribute or even
embed directly in a project. Where possible, rebar uses standard Erlang/OTP
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