mirror of
https://gitlab.com/octospacc/MultiSpaccSDK
synced 2025-02-08 08:08:43 +01:00
12 lines
212 B
YAML
12 lines
212 B
YAML
image: debian:latest
|
|
|
|
before_script: |
|
|
sh ./Tools/InstallBuildEnvironment.sh
|
|
|
|
Tests:
|
|
stage: build
|
|
script: |
|
|
make -j($nproc --all)
|
|
rules:
|
|
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|