mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
21 lines
390 B
YAML
21 lines
390 B
YAML
version: '{branch}.{build}'
|
|
clone_depth: 1
|
|
|
|
environment:
|
|
MSYSTEM: MINGW32
|
|
|
|
init:
|
|
- git config --global core.autocrlf input
|
|
|
|
install:
|
|
- set PATH=%PATH%;c:\msys64\mingw32\bin;c:\msys64\usr\bin;c:\msys64\bin
|
|
- pacman -S make ninja mingw-w64-i686-libusb mingw-w64-i686-sqlite3 mingw-w64-i686-zlib
|
|
|
|
build_script:
|
|
- make
|
|
|
|
artifacts:
|
|
- path: fluxengine.exe
|
|
name: fluxengine.exe
|
|
|