Skip to content
Snippets Groups Projects
Commit ea1636c7 authored by akiraohgaki's avatar akiraohgaki
Browse files

Update build-docker.sh

parent 5941d4b8
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,6 @@ build_appimage() { ...@@ -49,7 +49,6 @@ build_appimage() {
apt update -qq apt update -qq
apt -y install build-essential libgl1-mesa-dev qt59base qt59websockets apt -y install build-essential libgl1-mesa-dev qt59base qt59websockets
source /opt/qt59/bin/qt59-env.sh
curl -fsSL https://cmake.org/files/v3.10/cmake-3.10.0-rc5-Linux-x86_64.tar.gz | tar -xz --strip-components=1 -C / curl -fsSL https://cmake.org/files/v3.10/cmake-3.10.0-rc5-Linux-x86_64.tar.gz | tar -xz --strip-components=1 -C /
apt -y install libssl-dev libcurl3 libcurl3-gnutls libcurl4-gnutls-dev libxpm-dev apt -y install libssl-dev libcurl3 libcurl3-gnutls libcurl4-gnutls-dev libxpm-dev
...@@ -58,7 +57,7 @@ build_appimage() { ...@@ -58,7 +57,7 @@ build_appimage() {
export HOME="/home/${PKGUSER}" export HOME="/home/${PKGUSER}"
chown -R ${PKGUSER}:${PKGUSER} "${PROJDIR}" chown -R ${PKGUSER}:${PKGUSER} "${PROJDIR}"
su -c "sh "${BUILDSCRIPT}" ${BUILDTYPE}" ${PKGUSER} su -c "source /opt/qt59/bin/qt59-env.sh && sh "${BUILDSCRIPT}" ${BUILDTYPE}" ${PKGUSER}
transfer_file "$(find "${PROJDIR}/build_"*${BUILDTYPE} -type f -name "${PKGNAME}*.AppImage")" transfer_file "$(find "${PROJDIR}/build_"*${BUILDTYPE} -type f -name "${PKGNAME}*.AppImage")"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment