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

Updates CI

parent ebe30c31
Branches
Tags
1 merge request!12Libmoj
Pipeline #11456 failed
...@@ -5,42 +5,42 @@ stages: ...@@ -5,42 +5,42 @@ stages:
job-build-counters: job-build-counters:
stage: build-option stage: build-option
script: script:
- apk add make gcc musl-dev linux-headers - apk add make gcc musl-dev linux-headers libmicrohttpd-dev
- ./configure.sh -u counters - ./configure.sh -u counters
- make - make
job-build-load: job-build-load:
stage: build-option stage: build-option
script: script:
- apk add make gcc musl-dev - apk add make gcc musl-dev libmicrohttpd-dev
- ./configure.sh -u load - ./configure.sh -u load
- make - make
job-build-network: job-build-network:
stage: build-option stage: build-option
script: script:
- apk add make gcc musl-dev - apk add make gcc musl-dev libmicrohttpd-dev
- ./configure.sh -u network - ./configure.sh -u network
- make - make
job-build-rapl: job-build-rapl:
stage: build-option stage: build-option
script: script:
- apk add make gcc musl-dev - apk add make gcc musl-dev libmicrohttpd-dev
- ./configure.sh -u rapl - ./configure.sh -u rapl
- make - make
job-build: job-build:
stage: build stage: build
script: script:
- apk add make gcc musl-dev linux-headers - apk add make gcc musl-dev linux-headers libmicrohttpd-dev
- ./configure.sh - ./configure.sh
- make - make
job-build-test: job-build-test:
stage: build stage: build
script: script:
- apk add make gcc musl-dev linux-headers - apk add make gcc musl-dev linux-headers libmicrohttpd-dev
- ./configure.sh - ./configure.sh
- make tests - make tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment