Skip to content

Commit d334e53

Browse files
authored
ci: remove gitlab ci docs job (#9)
1 parent 8489b33 commit d334e53

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 21 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,23 +30,4 @@ build:
3230
path: build/meson-logs/coverage.xml
3331
only:
3432
- main
35-
- merge_requests
3633
- tags
37-
38-
docs:
39-
image: ghcr.io/algebraic-programming/hicr/docs:latest
40-
tags:
41-
- docker
42-
- tiny
43-
script:
44-
- echo "Checking TaskR source and test formatting..."
45-
- .build-tools/style/check-style.sh check include
46-
- .build-tools/style/check-style.sh check tests
47-
- .build-tools/style/check-style.sh check examples
48-
- echo "Building code documentation..."
49-
- make -j1 -C docs
50-
only:
51-
- main
52-
- merge_requests
53-
- tags
54-

0 commit comments

Comments
 (0)