mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-28 15:11:55 +00:00
Update .gitlab-ci.yml file
fix setting $CC in build-x86_64-linux-gnu job
This commit is contained in:
parent
bd1adb2667
commit
ce760342c2
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ build-x86_64-linux-gnu:
|
||||||
name: "x86-64"
|
name: "x86-64"
|
||||||
script:
|
script:
|
||||||
- *ccache
|
- *ccache
|
||||||
- export CC="x86_64-linux-gnu-gcc
|
- export CC="x86_64-linux-gnu-gcc"
|
||||||
- make --directory=src CCACHE=1 LINUX64=1
|
- make --directory=src CCACHE=1 LINUX64=1
|
||||||
|
|
||||||
build-i686-w64-mingw32:
|
build-i686-w64-mingw32:
|
||||||
|
|
Loading…
Reference in a new issue