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

Update .gitlab-ci.yml

parent 14d1b7c1
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -37,22 +37,3 @@ build-clang:
- ./configure CC=clang || cat config.log
- make
- make distcheck
# Build Opusfile for Win64
build-mingw-w64:
tags:
- mingw
- win64
- docker
stage: build
before_script:
- export PATH="/opt/gcc-x86_64-w64-mingw32/bin:$PATH"
script:
# compile
- ./autogen.sh
- ./configure --host="x86_64-w64-mingw32" || cat config.log
- 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