Skip to content
Snippets Groups Projects
Commit d53ff282 authored by Niclas Esser's avatar Niclas Esser
Browse files

Update .gitlab-ci.yml file

parent 1c513852
No related branches found
No related tags found
1 merge request!41Avoid acquiring dada buffers when the buffer is full (writer) or when it is...
Pipeline #231572 passed with warnings
......@@ -21,7 +21,7 @@ build_cpp:
- apt-get -y install psrdada psrdada-dev
script:
- apt-get install -y psrdada-dev
- cmake -S . -B build/ -DENABLE_BENCHMARK=ON -DBUILD_DADAFLOW=ON -DENABLE_CUDA=ON
- cmake -S . -B build/ -DENABLE_BENCHMARK=ON -DFORCE_DOWNLOAD=ON -DBUILD_DADAFLOW=ON -DENABLE_CUDA=ON
- make -j -C build/
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment