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

adds tests CI

parent b9679859
No related branches found
No related tags found
1 merge request!10adds tests CI
Pipeline #6504 passed
......@@ -5,36 +5,42 @@ stages:
job-build-counters:
stage: build-option
script:
- apk add make gcc musl-dev linux-headers
- ./configure.sh -u counters
- make
job-build-load:
stage: build-option
script:
- apk add make gcc musl-dev linux-headers
- ./configure.sh -u load
- make
job-build-network:
stage: build-option
script:
- apk add make gcc musl-dev linux-headers
- ./configure.sh -u network
- make
job-build-rapl:
stage: build-option
script:
- apk add make gcc musl-dev linux-headers
- ./configure.sh -u rapl
- make
job-build:
stage: build
script:
- 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
- ./configure.sh
- make tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment