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

Add .gitlab-ci.yml

parent 3d431ff8
No related branches found
No related tags found
No related merge requests found
Pipeline #
# Build Icecast
build:
tags:
- alpine
- docker
stage: build
before_script:
- apk update
- apk add musl-dev git make gcc automake autoconf libtool
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