]> git.jsancho.org Git - lugaru.git/commitdiff
CI: Remove use of copr for mingw-openal-soft
authorNeal Gompa <ngompa13@gmail.com>
Sun, 27 Nov 2016 12:34:05 +0000 (07:34 -0500)
committerNeal Gompa <ngompa13@gmail.com>
Sun, 27 Nov 2016 12:34:05 +0000 (07:34 -0500)
It's now part of the Fedora repositories

.gitlab-ci.yml

index c09caac1b35961ae407e33e847f6eac1245e5e58..308e3f07f38ea32d94124a09d9efa93d3630c549 100644 (file)
@@ -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