Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MystiQ
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
swl-x
MystiQ
Commits
9bd9da7a
Commit
9bd9da7a
authored
Mar 22, 2020
by
Maikel Llamaret Heredia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MystiQ 20.03.23
parent
2e976753
Pipeline
#1941
passed with stage
in 10 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.gitlab-ci.yml
.gitlab-ci.yml
+6
-6
No files found.
.gitlab-ci.yml
View file @
9bd9da7a
...
...
@@ -3,12 +3,12 @@ image: kdeneon/all:user
before_script
:
-
export DEBIAN_FRONTEND=noninteractive
-
apt-get update --assume-yes --force-yes
-
apt-get upgrade --assume-yes --force-yes
-
sudo
apt-get update --assume-yes --force-yes
-
sudo
apt-get upgrade --assume-yes --force-yes
# install basic deps and build deps
-
apt-get install build-essential g++ make ffmpeg sox libnotify-dev mesa-common-dev libglvnd-dev desktop-file-utils --assume-yes --force-yes
-
sudo
apt-get install build-essential g++ make ffmpeg sox libnotify-dev mesa-common-dev libglvnd-dev desktop-file-utils --assume-yes --force-yes
# install specific Qt5 deps
-
apt-get install qt5-default qtdeclarative5-dev qtmultimedia5-dev libqt5multimedia5-plugins libqt5opengl5-dev libqt5widgets5 qt5-qmake-bin qtbase5-dev qt5-qmake python3-setuptools --assume-yes --force-yes
-
sudo
apt-get install qt5-default qtdeclarative5-dev qtmultimedia5-dev libqt5multimedia5-plugins libqt5opengl5-dev libqt5widgets5 qt5-qmake-bin qtbase5-dev qt5-qmake python3-setuptools --assume-yes --force-yes
...
...
@@ -22,10 +22,10 @@ deploy_stage:
-
qtchooser -print-env
-
qmake -v
# install debian build deps for the .deb file generation
-
apt-get install devscripts dh-make fakeroot --assume-yes --force-yes
-
sudo
apt-get install devscripts dh-make fakeroot --assume-yes --force-yes
-
/usr/lib/qt5/bin/qmake mystiq.pro
-
make
-
make install
-
sudo
make install
# create the .deb for ubuntu & debian distros
-
./makedeb.sh
# install AppImage toolchain
...
...
Write
Preview
Markdown
is supported
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