windows build

This commit is contained in:
Christopher A. Mosher 2019-04-10 21:36:52 -04:00
parent 6210465218
commit 1a88284786

View File

@ -31,11 +31,11 @@ matrix:
- curl -LO https://www.libsdl.org/release/SDL2-devel-2.0.9-VC.zip - curl -LO https://www.libsdl.org/release/SDL2-devel-2.0.9-VC.zip
- curl -LO https://www.floodgap.com/retrotech/xa/dists/xa-2.3.9.tar.gz - curl -LO https://www.floodgap.com/retrotech/xa/dists/xa-2.3.9.tar.gz
install: install:
- choco install 7zip
- 7z x SDL2-devel-2.0.9-VC.zip - 7z x SDL2-devel-2.0.9-VC.zip
- 7z x xa-2.3.9.tar.gz - 7z x xa-2.3.9.tar.gz
- 7z x xa-2.3.9.tar - 7z x xa-2.3.9.tar
- choco install make - choco install make
- choco install mingw-get
- mingw-get install autotools - mingw-get install autotools
before_script: before_script:
- ./bootstrap - ./bootstrap