Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SeeLook
nootka
Commits
2b18158c
Commit
2b18158c
authored
Dec 06, 2021
by
SeeLook
🎸
Browse files
[CD/CI] Added missing dependency - 18.04 hasn't it by default
- prepare_build
parent
fdc1ae73
Pipeline
#4377
passed with stage
in 7 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2b18158c
...
...
@@ -15,7 +15,7 @@ appimage-amd64:
-
chmod 644 ~/.ssh/known_hosts
-
apt-get update
-
apt-get install -y mesa-common-dev libsoundtouch-dev libfftw3-dev libasound2-dev libogg-dev libvorbis-dev libpulse-dev libjack-dev cmake git wget build-essential software-properties-common
-
apt-get install -y mesa-common-dev libsoundtouch-dev libfftw3-dev libasound2-dev libogg-dev libvorbis-dev libpulse-dev libjack-dev cmake git wget build-essential software-properties-common
rsync
-
add-apt-repository -y -u ppa:beineri/opt-qt-5.12.10-bionic
-
apt-get install -y qt512base qt512graphicaleffects qt512translations qt512x11extras qt512tools libgl1-mesa-glx libgl1-mesa-dri qt512quickcontrols2 qt512quickcontrols libgl1-mesa-dev
...
...
@@ -24,7 +24,6 @@ appimage-amd64:
-
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DWITH_STATIC_LIB=ON -DQT_QMAKE_EXECUTABLE=/opt/qt512/bin/qmake .
-
make
-
make appimage
-
ls
-
echo "Uploading AppImage"
-
rsync -avzr --delete Nootka*.AppImage $SSH_USER@$SSH_HOST:/$REMOTE_PATH
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment