mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-01-01 04:29:18 +00:00
windows build
This commit is contained in:
parent
1a88284786
commit
fa99e72ff0
@ -30,13 +30,16 @@ matrix:
|
|||||||
before_install:
|
before_install:
|
||||||
- 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
|
||||||
|
- curl -LO https://osdn.net/dl/mingw/mingw-get-0.6.3-mingw32-pre-20170905-1-bin.zip
|
||||||
install:
|
install:
|
||||||
|
- choco install make
|
||||||
- 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
|
- echo $PATH
|
||||||
- choco install mingw-get
|
- ls -l /c
|
||||||
- mingw-get install autotools
|
- ls -l /c/MinGW/
|
||||||
|
- mkdir mingw-get && cd mingw-get && 7z x mingw-get-0.6.3-mingw32-pre-20170905-1-bin.zip && cd ..
|
||||||
before_script:
|
before_script:
|
||||||
- ./bootstrap
|
- ./bootstrap
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user