Newer
Older
image: mathiwr/amdis-base:debian9
build:9-debug-gcc:
stage: build
script:
- tools/build_amdis.sh Debug
only:
- master
build:9-release-gcc:
stage: build
script:
- tools/build_amdis.sh Release
only:
- master
build:9-parallel-debug-gcc:
stage: build
script:
- tools/build_parallel_amdis.sh Debug
only:
- master
build:9-parallel-release-gcc:
stage: build
script:
- tools/build_parallel_amdis.sh Release
only:
- master