mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
22 lines
439 B
YAML
22 lines
439 B
YAML
environment:
|
|
matrix:
|
|
- CYGWIN: C:\cygwin64
|
|
|
|
clone_depth: 1
|
|
|
|
init:
|
|
- git config --global core.autocrlf input
|
|
|
|
install:
|
|
- '%CYGWIN%\bin\bash -lc "cygcheck -dc cygwin"'
|
|
- '%CYGWIN%\setup-x86_64 -q -P libsqlite3-devel,ninja,zlib-devel,libusb1.0-devel'
|
|
|
|
build_script:
|
|
- 'echo building...'
|
|
- '%CYGWIN%\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; make"'
|
|
|
|
artifacts:
|
|
- path: fluxengine.exe
|
|
name: fluxengine.exe
|
|
|