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

Updates CI

parent c48481aa
No related branches found
No related tags found
1 merge request!12Libmoj
Pipeline #11678 passed
...@@ -9,12 +9,12 @@ job-build-counters: ...@@ -9,12 +9,12 @@ job-build-counters:
- ./configure.sh -u counters - ./configure.sh -u counters
- make - make
job-build-prometeus: job-build-prometheus:
stage: build-option stage: build-option
script: script:
- apk add make gcc musl-dev libmicrohttpd-dev - apk add make gcc musl-dev libmicrohttpd-dev
- ./configure.sh -u load - ./configure.sh -u load
- make mojitos_prometeus - make mojitos_prometheus
job-build-load: job-build-load:
stage: build-option stage: build-option
...@@ -54,12 +54,12 @@ job-build: ...@@ -54,12 +54,12 @@ job-build:
- ./configure.sh - ./configure.sh
- make - make
job-build-prometeus: job-build-prometheus:
stage: build stage: build
script: script:
- apk add make gcc musl-dev linux-headers libmicrohttpd-dev - apk add make gcc musl-dev linux-headers libmicrohttpd-dev
- ./configure.sh - ./configure.sh
- make mojitos_prometeus - make mojitos_prometheus
job-build-clang: job-build-clang:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment