Skip to content
Snippets Groups Projects
Commit c85c277a authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

CircleCI: move GCC49 check to debian's env

parent aaaab40f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment