Skip to content
Snippets Groups Projects
Commit 75c1d907 authored by Georges Da Costa's avatar Georges Da Costa
Browse files

Improves CI

parent a7a44aa2
Branches
No related tags found
1 merge request!12Libmoj
Pipeline #11593 failed
......@@ -22,7 +22,7 @@ job-build-load:
- apk add make gcc musl-dev
- ./configure.sh -u load
- make
- ./bin/mojitos -a -t 1
- ./bin/mojitos -u -f 4 -t 1
job-build-disk:
stage: build-option
......@@ -30,6 +30,7 @@ job-build-disk:
- apk add make gcc musl-dev
- ./configure.sh -u disk
- make
- ./bin/mojitos -a -f 4 -t 1
job-build-network:
stage: build-option
......@@ -37,6 +38,7 @@ job-build-network:
- apk add make gcc musl-dev
- ./configure.sh -u network
- make
- ./bin/mojitos -d X -f 4 -t 1
job-build-rapl:
stage: build-option
......@@ -67,6 +69,15 @@ job-build-clang:
- sed -i "s/CC = gcc/CC = clang/" makefile
- make
job-build-cpp:
stage: build
script:
- apk add make clang musl-dev linux-headers
- ./configure.sh
- sed -i "s/CC = gcc/CC = c++/" makefile
- sed -i "s/gnu99/c++20/" makefile
- make
job-build-test:
stage: build
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment