]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - .gitlab-ci.yml
Add .gitlab-ci.yml
[xonotic/xonotic-data.pk3dir.git] / .gitlab-ci.yml
1 before_script:
2   - git clone --depth=1 --branch=master https://gitlab.com/xonotic/gmqcc.git gmqcc
3   - cd gmqcc
4   - make -j $(nproc)
5   - cd ..
6   - export QCC=$PWD/gmqcc/gmqcc
7
8 build:
9   script:
10     - make