File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 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-
You can’t perform that action at this time.
0 commit comments