mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-12 21:01:00 +00:00
appveyor: full path to make binary and no asm or png support
This commit is contained in:
parent
3db1a1fe9f
commit
b8cafea40a
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
version: 1.0.{build}
|
||||
os: MinGW
|
||||
build_script:
|
||||
- cmd: make -C src MINGW=1
|
||||
- cmd: C:\MinGW\bin\make.exe -C src MINGW=1 NOASM=1 NOPNG=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue