From 757da1624c660496e6cb858285be85c4fb4974b1 Mon Sep 17 00:00:00 2001 From: oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> Date: Sat, 9 Feb 2019 04:51:44 +0000 Subject: [PATCH] Oh, so apparently the clang QtApng builds are for Mac... --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a94d28c..b010ba5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,9 +42,9 @@ build linux x86_64: # Extract QtApng - mkdir qtapng - cd qtapng - - curl -L https://github.com/Skycoder42/QtApng/releases/download/1.1.0-5/build_clang_64_5.12.0.tar.xz -o apng.tar.xz + - curl -L https://github.com/Skycoder42/QtApng/releases/download/1.1.0-5/build_gcc_64_5.12.0.tar.xz -o apng.tar.xz - tar -xvf apng.tar.xz - - cp clang_64/plugins/imageformats/libqapng.so ../lib + - cp gcc_64/plugins/imageformats/libqapng.so ../lib - cd .. # Build