From 369e3300ac3f0df1ad0acdd9ccb847dfb9c9d7db Mon Sep 17 00:00:00 2001 From: David Given Date: Sat, 9 Feb 2019 12:04:42 +0100 Subject: [PATCH] Another try at an AppVeyor build script. --- .appveyor.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index b638e9e02..e43772fd1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,8 +1,17 @@ environment: matrix: - - TARGET: cygwin-gcc - BUILD_ENVIRONMENT: cygwin + - CYG_BASH: C:\cygwin64\bin\bash + CC: gcc + +clone_depth: 1 + +init: + - git config --global core.autocrlf input + +install: + - '%CYG_BASH% -lc "cygcheck -dc cygwin"' build_script: - - sh: make + - 'echo building...' + - '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0