remove appveyor.yml
This commit is contained in:
parent
b7dcc2940a
commit
5032ddbf6d
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
||||||
version: '{branch}-{build}'
|
|
||||||
|
|
||||||
platform: x64
|
|
||||||
|
|
||||||
environment:
|
|
||||||
CYG_ROOT: C:\cygwin64
|
|
||||||
CYG_SHELL: C:\cygwin64\bin\sh
|
|
||||||
|
|
||||||
install:
|
|
||||||
- cmd: '%CYG_ROOT%\setup-x86_64.exe --quiet-mode --no-shortcuts --upgrade-also --packages autoconf,make,git,gcc,check'
|
|
||||||
|
|
||||||
build_script:
|
|
||||||
- cmd: '%CYG_SHELL% -lc "cd $APPVEYOR_BUILD_FOLDER && sh autogen.sh && sh configure && make all"'
|
|
||||||
|
|
||||||
test_script:
|
|
||||||
- cmd: '%CYG_SHELL% -lc "cd $APPVEYOR_BUILD_FOLDER && make test"'
|
|
Loading…
Reference in a new issue