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

adds new tests for CI

parent 2db381f8
No related branches found
No related tags found
1 merge request!12Libmoj
Pipeline #11549 failed
......@@ -44,6 +44,21 @@ job-build:
- ./configure.sh
- make
job-build-prometeus:
stage: build
script:
- apk add make gcc musl-dev linux-headers
- ./configure.sh
- make mojitos_prometeus
job-build-clang:
stage: build
script:
- apk add make clang musl-dev linux-headers
- ./configure.sh
- sed -i "s/CC = gcc/CC = clang/" 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