Skip to content
Snippets Groups Projects
Commit 9afed3c4 authored by Tobias Winchen's avatar Tobias Winchen
Browse files

Added ci/cd pipeline

parent 94761ee4
Branches
No related tags found
1 merge request!1Basic CI/CD setup
Pipeline #86728 failed
stages:
- build
- test
- deploy
image: edd01:5000/eddbase
before_script:
- git submodule init
- git submodule update
build_cuda:
stage: build
script:
- mkdir build
- cd build
- cmake .. -DPSRDADA_INCLUDE_DIR=/usr/local/include/psrdada -DENABLE_CUDA=True
- make -j8
artifacts:
paths:
- build
run_tests:
stage: test
script:
- cd build
- make test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment