Skip to content

Commit 196b6be

Browse files
committed
ci: remove OVNI build from gitlab ci
1 parent da10ff8 commit 196b6be

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ build:
99
script:
1010
- export HOME=/home/hicr
1111
- 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
1412
- echo "Building TaskR..."
1513
- mkdir build
1614
- meson setup build -Dbuildtype=debug -Db_coverage=true -DbuildTests=true -DbuildExamples=true -DdistributedEngine=mpi -DbuildInstrumentation=true -DcompileWarningsAsErrors=true
@@ -32,5 +30,4 @@ build:
3230
path: build/meson-logs/coverage.xml
3331
only:
3432
- main
35-
- merge_requests
3633
- tags

0 commit comments

Comments
 (0)