From 5d69d6f94c806eb76afcda8291c2f5ef336566f1 Mon Sep 17 00:00:00 2001 From: altffour Date: Fri, 11 Oct 2019 14:54:15 +0300 Subject: [PATCH] Fix missing -y --- .gitlab-ci.yml | 2 +- buildGuiWin32Release.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 buildGuiWin32Release.sh diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6847b9..bf188b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ build: - apt -y install qtcreator - apt -y install qt5-default # Qt5 Cross-compiler for windows download. - - apt-get install autoconf automake autopoint bash bison bzip2 flex g++ g++-multilib gettext git gperf intltool libc6-dev-i386 libgdk-pixbuf2.0-dev libltdl-dev libssl-dev libtool-bin libxml-parser-perl lzip make openssl p7zip-full patch perl pkg-config python ruby sed unzip wget xz-utils + - apt -y install autoconf automake autopoint bash bison bzip2 flex g++ g++-multilib gettext git gperf intltool libc6-dev-i386 libgdk-pixbuf2.0-dev libltdl-dev libssl-dev libtool-bin libxml-parser-perl lzip make openssl p7zip-full patch perl pkg-config python ruby sed unzip wget xz-utils - git clone https://github.com/mxe/mxe.git - cd mxe && make -j9 qtbase diff --git a/buildGuiWin32Release.sh b/buildGuiWin32Release.sh old mode 100644 new mode 100755