# - export CC="gcc -pipe -march=native -mtune=native"\r
- export CC="gcc -pipe"\r
\r
- - git clone --depth=1 --branch=main https://gitlab.com/xonotic/gmqcc.git gmqcc\r
- - make -C gmqcc || exit 1\r
- - export QCC="$PWD/gmqcc/gmqcc"\r
+ - >\r
+ if wget -nv https://beta.xonotic.org/pipeline-bin/gmqcc ; then\r
+ export QCC="$PWD/gmqcc"\r
+ chmod +x "$QCC"\r
+ else\r
+ git clone --depth=1 --branch=main https://gitlab.com/xonotic/gmqcc.git gmqcc\r
+ make -C gmqcc || exit 1\r
+ export QCC="$PWD/gmqcc/gmqcc"\r
+ fi\r
\r
# Makefile: don't complain about lack of tags (fetching them is slow)\r
- export QCCFLAGS_WATERMARK=gitlab_pipeline\r
stage: test\r
script:\r
- >\r
- if wget -nv https://beta.xonotic.org/autobuild-rsync/Xonotic/xonotic-linux64-dedicated ; then\r
+ if wget -nv https://beta.xonotic.org/pipeline-bin/xonotic-linux64-dedicated ; then\r
export ENGINE="$PWD/xonotic-linux64-dedicated"\r
chmod +x "$ENGINE"\r
else\r