mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-24 13:21:20 +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"
|
||||
script:
|
||||
- *ccache
|
||||
- export CC="x86_64-linux-gnu-gcc
|
||||
- export CC="x86_64-linux-gnu-gcc"
|
||||
- make --directory=src CCACHE=1 LINUX64=1
|
||||
|
||||
build-i686-w64-mingw32:
|
||||
|
|
Loading…
Reference in a new issue