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

Update .gitlab-ci.yml file

parent 61037b58
No related branches found
No related tags found
No related merge requests found
Pipeline #5547 failed
...@@ -5,36 +5,42 @@ stages: ...@@ -5,36 +5,42 @@ stages:
job-build-counters: job-build-counters:
stage: build-option stage: build-option
script: script:
- apk add make
- ./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
- ./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
- ./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
- ./configure.sh -u rapl - ./configure.sh -u rapl
- make - make
job-build: job-build:
stage: build stage: build
script: script:
- apk add make
- ./configure.sh - ./configure.sh
- make - make
job-build-test: job-build-test:
stage: build stage: build
script: script:
- apk add make
- ./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