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

Corrects likwid CI

parent 290895fd
No related branches found
No related tags found
No related merge requests found
Pipeline #7874 failed
...@@ -12,7 +12,10 @@ job-build-counters: ...@@ -12,7 +12,10 @@ job-build-counters:
job-build-likwid: job-build-likwid:
stage: build-option stage: build-option
script: script:
- apk add make gcc musl-dev likwid - apk add make gcc musl-dev
- wget http://ftp.fau.de/pub/likwid/likwid-stable.tar.gz
- tar -xaf likwid-stable.tar.gz
- cd likwid-* ; make ; make install; cd ..
- ./configure.sh -u likwid - ./configure.sh -u likwid
- make - make
...@@ -40,14 +43,14 @@ job-build-rapl: ...@@ -40,14 +43,14 @@ job-build-rapl:
job-build: job-build:
stage: build stage: build
script: script:
- apk add make gcc musl-dev linux-headers likwid - apk add make gcc musl-dev linux-headers
- ./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 likwid - apk add make gcc musl-dev linux-headers
- ./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