Skip to content
Snippets Groups Projects
Verified Commit f1d6c4d5 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Get rid of reuse in CI, which was never used

parent 4bde892b
No related branches found
No related tags found
No related merge requests found
Pipeline #5808 failed
......@@ -9,9 +9,7 @@ build:
tags: [docker]
before_script:
- echo 'https://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories
- apk update && apk add meson git python3 py3-pip py3-flask lcov gcovr curl-dev libevent-dev spdlog-dev grep g++ cmake pkgconf openssl
- export PATH="$PATH:/root/.local/bin"
- pip3 install --user reuse
- apk update && apk add meson git python3 py3-flask lcov gcovr curl-dev libevent-dev spdlog-dev grep g++ cmake pkgconf openssl
- ./scripts/run_tls_testserver.sh &
- ./scripts/run_testserver.sh &
script:
......@@ -32,9 +30,7 @@ build-with-wraps:
tags: [docker]
before_script:
- echo 'https://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories
- apk update && apk add meson git python3 py3-pip py3-flask g++ cmake pkgconf openssl openssl-dev make
- export PATH="$PATH:/root/.local/bin"
- pip3 install --user reuse
- apk update && apk add meson git python3 py3-flask g++ cmake pkgconf openssl openssl-dev make
- ./scripts/run_tls_testserver.sh &
- ./scripts/run_testserver.sh &
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment