experiment pipeline

This commit is contained in:
Hannes Martin Signer 2023-08-03 10:23:08 +02:00
parent d22f8cf71b
commit 37b6a52d7f

View File

@ -15,6 +15,7 @@ build_release:
- mkdir build && cd build - mkdir build && cd build
- cmake -DCMAKE_BUILD_TYPE=Release -DTUG_ENABLE_TESTING=ON .. - cmake -DCMAKE_BUILD_TYPE=Release -DTUG_ENABLE_TESTING=ON ..
- make -j$(nproc) - make -j$(nproc)
- cp ../test/FTCS_11_11_7000.csv test/
test: test:
stage: test stage: test