Another try at an AppVeyor build script.

This commit is contained in:
David Given 2019-02-09 12:04:42 +01:00
parent 27b8312598
commit 369e3300ac

View file

@ -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</dev/null; make"'