Skip to content
Snippets Groups Projects
Commit d2962b8a authored by Bram Veenboer's avatar Bram Veenboer
Browse files

Add initial Gitlab CI on DAS-6

parent 8c3ab08a
No related branches found
No related tags found
No related merge requests found
Pipeline #28795 passed
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- build
- testing
build:
stage: build
tags:
- das6
script:
- source scripts/load-modules.sh
- make -j
test-example:
stage: testing
tags:
- das6
dependencies:
- build
script:
- source scripts/load-modules.sh
- make -j
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/libtcc
- test/SimpleExample/SimpleExample
test-correlator:
stage: testing
tags:
- das6
dependencies:
- build
script:
- source scripts/load-modules.sh
- make -j
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/libtcc
- test/CorrelatorTest/CorrelatorTest -n 20
test-correlator-opencl:
stage: testing
tags:
- das6
dependencies:
- build
script:
- source scripts/load-modules.sh
- make -j
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/libtcc
- test/OpenCLCorrelatorTest/OpenCLCorrelatorTest
module load spack/9.4.0
module load cuda/11.5.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment