Another try at an AppVeyor build script.
This commit is contained in:
parent
27b8312598
commit
369e3300ac
1 changed files with 12 additions and 3 deletions
|
@ -1,8 +1,17 @@
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- TARGET: cygwin-gcc
|
- CYG_BASH: C:\cygwin64\bin\bash
|
||||||
BUILD_ENVIRONMENT: cygwin
|
CC: gcc
|
||||||
|
|
||||||
|
clone_depth: 1
|
||||||
|
|
||||||
|
init:
|
||||||
|
- git config --global core.autocrlf input
|
||||||
|
|
||||||
|
install:
|
||||||
|
- '%CYG_BASH% -lc "cygcheck -dc cygwin"'
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- sh: make
|
- 'echo building...'
|
||||||
|
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; make"'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue