mirror of
https://gitlab.com/octospacc/MultiSpaccSDK
synced 2024-12-14 10:24:15 +01:00
13 lines
224 B
YAML
13 lines
224 B
YAML
image: debian:latest
|
|
|
|
before_script: |
|
|
sh ./Tools/InstallBuildEnvironment.sh
|
|
|
|
Tests:
|
|
stage: build
|
|
script: |
|
|
. .env
|
|
make -j$(nproc --all)
|
|
rules:
|
|
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|