Skip to content
Snippets Groups Projects
Commit 1de26141 authored by Marvin Scholz's avatar Marvin Scholz
Browse files

Update .gitlab-ci.yml

parent dc484aa1
No related branches found
No related tags found
No related merge requests found
Pipeline #
# Build Icecast
build:
# Build Opusfile with GCC
build-gcc:
tags:
- alpine
- docker
......@@ -18,3 +18,22 @@ build:
- make
- make distcheck
# Build Opusfile with clang
build-clang:
tags:
- alpine
- docker
stage: build
before_script:
- apk update
- apk add musl-dev git make clang automake autoconf libtool gzip zip
- apk add openssl-dev libogg-dev opus-dev
script:
# compile
- ./autogen.sh
- ./configure
- make
- make distcheck
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