aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-12-18 16:38:19 +0100
committerLoïc Hoguin <[email protected]>2015-12-18 16:38:19 +0100
commitb84142c1e701c40fb5eb486439a3a4ef388100cc (patch)
tree889db9a3a571a2edd1b7935c4647a012dd3cc63b
parent11dcfc30fb0abc02f2ac4809869efed2d8d508e6 (diff)
downloadranch-b84142c1e701c40fb5eb486439a3a4ef388100cc.tar.gz
ranch-b84142c1e701c40fb5eb486439a3a4ef388100cc.tar.bz2
ranch-b84142c1e701c40fb5eb486439a3a4ef388100cc.zip
Add AppVeyor configuration
-rw-r--r--appveyor.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..70f0ced
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,7 @@
+build_script:
+- C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors"
+- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy"
+- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S git make"
+test_script:
+- C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make dialyze"
+- C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make tests"