We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da10ff8 commit 196b6beCopy full SHA for 196b6be
1 file changed
.gitlab-ci.yml
@@ -9,8 +9,6 @@ build:
9
script:
10
- export HOME=/home/hicr
11
- source /home/hicr/.hicr-env.sh
12
- - echo "Compiling OVNI..."
13
- - mkdir extern/tracr/extern/ovni/build; pushd extern/tracr/extern/ovni/build; cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=FALSE; make -j24; sudo make install; popd
14
- echo "Building TaskR..."
15
- mkdir build
16
- meson setup build -Dbuildtype=debug -Db_coverage=true -DbuildTests=true -DbuildExamples=true -DdistributedEngine=mpi -DbuildInstrumentation=true -DcompileWarningsAsErrors=true
@@ -32,5 +30,4 @@ build:
32
30
path: build/meson-logs/coverage.xml
33
31
only:
34
- main
35
- - merge_requests
36
- tags
0 commit comments