mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 12:01:05 +00:00
CircleCI: move GCC49 check to debian's env
This commit is contained in:
parent
aaaab40f6c
commit
c85c277a48
1 changed files with 3 additions and 2 deletions
|
@ -7,10 +7,11 @@ jobs:
|
|||
environment:
|
||||
CC: ccache gcc -m32
|
||||
PKG_CONFIG_LIBDIR: /usr/lib/i386-linux-gnu/pkgconfig
|
||||
LIBGME_CFLAGS: -I/usr/include/
|
||||
LIBGME_CFLAGS: -I/usr/include
|
||||
LIBGME_LDFLAGS: -lgme
|
||||
CCACHE_COMPRESS: true
|
||||
WFLAGS: -Wno-unsuffixed-float-constants
|
||||
GCC49: true
|
||||
steps:
|
||||
- run:
|
||||
name: Add i386 arch
|
||||
|
@ -43,7 +44,7 @@ jobs:
|
|||
# command: wget --verbose --server-response -c http://rosenthalcastle.org/srb2/SRB2-v2115-assets-2.7z -O /root/srb2_cache/SRB2-v2115-assets-2.7z
|
||||
- run:
|
||||
name: Compile
|
||||
command: make -C src LINUX=1 GCC49=1 ERRORMODE=1 -k
|
||||
command: make -C src LINUX=1 ERRORMODE=1 -k
|
||||
- store_artifacts:
|
||||
path: /root/SRB2/bin/Linux/Release/
|
||||
destination: bin
|
||||
|
|
Loading…
Reference in a new issue