Skip to content
Snippets Groups Projects

Add basic CI

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -8,6 +8,7 @@ build:
image: alpine:latest
tags: [docker]
before_script:
- sed -i '/edge/s/^#//' /etc/apk/repositories
- apk update && apk add clang-extra-tools meson git python3 py3-pip py3-flask lcov gcovr libcurl libevent grep
- export PATH="$PATH:/root/.local/bin"
- pip3 install --user reuse
Loading