From b84142c1e701c40fb5eb486439a3a4ef388100cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 18 Dec 2015 16:38:19 +0100 Subject: Add AppVeyor configuration --- appveyor.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 appveyor.yml 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" -- cgit v1.2.3