Skip to content
Snippets Groups Projects

adds tests CI

Merged Georges Da Costa requested to merge devel into main
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -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
Loading