Archived
1
0
Fork 0
This repository has been archived on 2023-06-17. You can view files and clone it, but cannot push or open issues or pull requests.
tuxiflux/.gitlab-ci.yml.bak
2021-06-05 17:06:31 +02:00

20 lines
369 B
YAML

image: tuxifan/tuxiflux-artifact-env:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
build:
stage: build
script:
- cp config.json.example config.json
- mkdir build
- cd build
- cmake .. -DFORCE_SUBMODULE_CDLPP=Yes
- cmake .. -DCMAKE_BUILD_TYPE=Release
- make -j"$(nproc)"
- cd ..
artifacts:
paths:
- build/tuxiflux