From: Neal Gompa Date: Sun, 27 Nov 2016 12:34:05 +0000 (-0500) Subject: CI: Remove use of copr for mingw-openal-soft X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=commitdiff_plain;h=282b431729059ff7898593b63f8409c39563761a CI: Remove use of copr for mingw-openal-soft It's now part of the Fedora repositories --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c09caac..308e3f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,8 +41,6 @@ build_clang: build_mingw32: stage: build script: - - dnf --quiet --assumeyes install "dnf-command(copr)" - - dnf --assumeyes copr enable ngompa/mingw-openal-soft - dnf --quiet --assumeyes install mingw32-gcc mingw32-gcc-c++ mingw32-binutils mingw32-headers mingw32-libjpeg-turbo mingw32-libpng mingw32-SDL2 mingw32-zlib mingw32-libvorbis mingw32-libogg mingw32-openal-soft - export PKG_CONFIG_LIBDIR="/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig:/usr/i686-w64-mingw32/sys-root/mingw/share/pkgconfig" - export PATH=/usr/i686-w64-mingw32/bin:$PATH @@ -59,8 +57,6 @@ build_mingw32: build_mingw64: stage: build script: - - dnf --quiet --assumeyes install "dnf-command(copr)" - - dnf --assumeyes copr enable ngompa/mingw-openal-soft - dnf --quiet --assumeyes install mingw64-gcc mingw64-gcc-c++ mingw64-binutils mingw64-headers mingw64-libjpeg-turbo mingw64-libpng mingw64-SDL2 mingw64-zlib mingw64-libvorbis mingw64-libogg mingw64-openal-soft - export PKG_CONFIG_LIBDIR="/usr/x86_64-w64-mingw32/sys-root/mingw/lib/pkgconfig:/usr/x86_64-w64-mingw32/sys-root/mingw/share/pkgconfig" - export PATH=/usr/x86_64-w64-mingw32/bin:$PATH