Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
nheko
Commits
b6702414
Commit
b6702414
authored
6 years ago
by
Konstantinos Sideris
Browse files
Options
Downloads
Patches
Plain Diff
Install qt5-svg in travis
parent
2c9aa72d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.ci/install.sh
+2
-2
2 additions, 2 deletions
.ci/install.sh
.ci/script.sh
+0
-1
0 additions, 1 deletion
.ci/script.sh
.travis.yml
+4
-1
4 additions, 1 deletion
.travis.yml
README.md
+2
-2
2 additions, 2 deletions
README.md
with
8 additions
and
6 deletions
.ci/install.sh
+
2
−
2
View file @
b6702414
...
...
@@ -20,16 +20,16 @@ if [ $TRAVIS_OS_NAME == linux ]; then
if
[
-z
"
$QT_VERSION
"
]
;
then
QT_VERSION
=
"592"
QT_PKG
=
"59"
fi
export
QT_PKG
=
${
QT_VERSION
:0:2
}
sudo
add-apt-repository
-y
ppa:beineri/opt-qt
${
QT_VERSION
}
-trusty
sudo
add-apt-repository
-y
ppa:george-edison55/cmake-3.x
sudo
apt-get update
-qq
sudo
apt-get
install
-qq
-y
\
qt
${
QT_PKG
}
base
\
qt
${
QT_PKG
}
tools
\
qt
${
QT_PKG
}
svg
\
qt
${
QT_PKG
}
multimedia
\
cmake
\
liblmdb-dev
...
...
This diff is collapsed.
Click to expand it.
.ci/script.sh
+
0
−
1
View file @
b6702414
...
...
@@ -3,7 +3,6 @@
set
-ex
if
[
$TRAVIS_OS_NAME
==
linux
]
;
then
QT_PKG
=
${
QT_VERSION
:0:2
}
source
/opt/qt
${
QT_PKG
}
/bin/qt
${
QT_PKG
}
-env
.sh
||
true
;
fi
...
...
This diff is collapsed.
Click to expand it.
.travis.yml
+
4
−
1
View file @
b6702414
...
...
@@ -19,7 +19,8 @@ matrix:
env
:
-
CXX_COMPILER=g++-7
-
C_COMPILER=gcc-7
-
QT_VERSION=592
-
QT_VERSION="-5.10.1"
-
QT_PKG=510
-
DEPLOYMENT=1
addons
:
apt
:
...
...
@@ -31,6 +32,7 @@ matrix:
-
CXX_COMPILER=g++-7
-
C_COMPILER=gcc-7
-
QT_VERSION=571
-
QT_PKG=57
addons
:
apt
:
sources
:
[
"
ubuntu-toolchain-r-test"
]
...
...
@@ -41,6 +43,7 @@ matrix:
-
CXX_COMPILER=clang++-5.0
-
C_COMPILER=clang-5.0
-
QT_VERSION=592
-
QT_PKG=59
addons
:
apt
:
sources
:
[
"
ubuntu-toolchain-r-test"
,
"
llvm-toolchain-trusty-5.0"
]
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
2
View file @
b6702414
...
...
@@ -89,7 +89,7 @@ Debian as the build host in an attempt to work around this [issue](https://githu
##### Arch Linux
```
bash
sudo
pacman
-S
qt5-base qt5-tools qt5-multimedia cmake gcc fontconfig lmdb
sudo
pacman
-S
qt5-base qt5-tools qt5-multimedia
qt5-svg
cmake gcc fontconfig lmdb
```
##### Gentoo Linux
...
...
@@ -105,7 +105,7 @@ sudo add-apt-repository ppa:beineri/opt-qt592-trusty
sudo
add-apt-repository ppa:george-edison55/cmake-3.x
sudo
add-apt-repository ppa:ubuntu-toolchain-r-test
sudo
apt-get update
sudo
apt-get
install
-y
g++-7 qt59base qt59tools qt59multimedia cmake liblmdb-dev
sudo
apt-get
install
-y
g++-7 qt59base
qt59svg
qt59tools qt59multimedia cmake liblmdb-dev
```
##### macOS (Xcode 8 or later)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment