mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +00:00
Update .gitlab-ci.yml file
use gcc-mingw-w64-(i686|x86-64)-win32 package
This commit is contained in:
parent
caf2b486c4
commit
567565968d
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ build-i686-w64-mingw32:
|
|||
name: "$CI_PROJECT_PATH_SLUG-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-Win32"
|
||||
script:
|
||||
- *ccache
|
||||
- apt-get --option dir::cache::archives="$APT_CACHE_DIR" install --no-install-recommends --yes gcc-mingw-w64-win32
|
||||
- apt-get --option dir::cache::archives="$APT_CACHE_DIR" install --no-install-recommends --yes gcc-mingw-w64-i686-win32
|
||||
- apt-get --option dir::cache::archives="$APT_CACHE_DIR" autoclean
|
||||
- make --directory=src CCACHE=1 MINGW=1 PREFIX=i686-w64-mingw32
|
||||
|
||||
|
|
Loading…
Reference in a new issue