Repository: lucy-clownfish
Updated Branches:
  refs/heads/master 92da85972 -> c7be35b8b


Test MSYS2 MinGW64 build under Appveyor


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/c7be35b8
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/c7be35b8
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/c7be35b8

Branch: refs/heads/master
Commit: c7be35b8b551d34d7ccfb4228cc127f2ad548357
Parents: b41b430
Author: Nick Wellnhofer <wellnho...@aevum.de>
Authored: Wed Jun 1 23:14:02 2016 +0200
Committer: Nick Wellnhofer <wellnho...@aevum.de>
Committed: Sat Jun 4 17:31:27 2016 +0200

----------------------------------------------------------------------
 appveyor.yml                 | 3 +++
 devel/bin/appveyor-build.bat | 7 +++++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/c7be35b8/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index f60e8ca..277e2af 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,6 +16,9 @@
 environment:
   matrix:
     - CLOWNFISH_HOST: c
+      BUILD_ENV: msys2
+      MSYSTEM: MINGW64
+    - CLOWNFISH_HOST: c
       BUILD_ENV: mingw32
     - CLOWNFISH_HOST: c
       BUILD_ENV: msvc

http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/c7be35b8/devel/bin/appveyor-build.bat
----------------------------------------------------------------------
diff --git a/devel/bin/appveyor-build.bat b/devel/bin/appveyor-build.bat
index 6d88a77..46e2bf7 100644
--- a/devel/bin/appveyor-build.bat
+++ b/devel/bin/appveyor-build.bat
@@ -25,6 +25,7 @@ exit /b 1
 
 if "%BUILD_ENV%" == "msvc" goto test_msvc
 if "%BUILD_ENV%" == "mingw32" goto test_mingw32
+if "%BUILD_ENV%" == "msys2" goto test_msys2
 
 echo unknown BUILD_ENV: %BUILD_ENV%
 exit /b 1
@@ -61,6 +62,12 @@ call configure && mingw32-make && mingw32-make test
 
 exit /b
 
+:test_msys2
+
+C:\msys64\usr\bin\sh -lc "cd /c/projects/lucy-clownfish && 
devel/bin/travis-test.sh"
+
+exit /b
+
 :test_perl
 
 path C:\MinGW\bin;%path%

Reply via email to