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

Separages the build of mojitos_prometeus

parent 27fe7214
No related branches found
No related tags found
1 merge request!12Libmoj
Pipeline #11461 failed
......@@ -5,42 +5,49 @@ stages:
job-build-counters:
stage: build-option
script:
- apk add make gcc musl-dev linux-headers libmicrohttpd-dev
- apk add make gcc musl-dev linux-headers
- ./configure.sh -u counters
- make
job-build-load:
job-build-prometeus:
stage: build-option
script:
- apk add make gcc musl-dev libmicrohttpd-dev
- ./configure.sh -u load
- make mojitos_prometeus
job-build-load:
stage: build-option
script:
- apk add make gcc musl-dev
- ./configure.sh -u load
- make
job-build-network:
stage: build-option
script:
- apk add make gcc musl-dev libmicrohttpd-dev
- apk add make gcc musl-dev
- ./configure.sh -u network
- make
job-build-rapl:
stage: build-option
script:
- apk add make gcc musl-dev libmicrohttpd-dev
- apk add make gcc musl-dev
- ./configure.sh -u rapl
- make
job-build:
stage: build
script:
- apk add make gcc musl-dev linux-headers libmicrohttpd-dev
- apk add make gcc musl-dev linux-headers
- ./configure.sh
- make
job-build-test:
stage: build
script:
- apk add make gcc musl-dev linux-headers libmicrohttpd-dev
- apk add make gcc musl-dev linux-headers
- ./configure.sh
- make tests
......
......@@ -18,7 +18,7 @@ LDFLAGS = $(CAPTOR_LDFLAGS)
ASTYLE = astyle --style=kr -xf -s4 -k3 -n -Z -Q
all: $(BIN) $(BINP) man
all: $(BIN) man
CAPTOR_OBJ =
CAPTOR_LDFLAGS =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment