Fix missing -y

This commit is contained in:
altffour 2019-10-11 14:54:15 +03:00
parent 80ff825091
commit 5d69d6f94c
2 changed files with 1 additions and 1 deletions

View File

@ -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

0
buildGuiWin32Release.sh Normal file → Executable file
View File