mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Add entry for GCC5 on Travis-CI
This commit is contained in:
parent
cb21433dc8
commit
794b9ceb1b
3 changed files with 16 additions and 3 deletions
|
@ -33,7 +33,7 @@ unset LD_LIBRARY_PATH
|
||||||
export ARCH=$(uname -m)
|
export ARCH=$(uname -m)
|
||||||
|
|
||||||
if [ ! -z $TRAVIS_TAG ]; then
|
if [ ! -z $TRAVIS_TAG ]; then
|
||||||
export LD_LIBRARY_PATH=.deps/usr/lib/:/opt/qt${QT_PKG}/lib/:$LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH=.deps/usr/lib/:$LD_LIBRARY_PATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
./linuxdeployqt*.AppImage ${DIR}/usr/share/applications/*.desktop -bundle-non-qt-libs
|
./linuxdeployqt*.AppImage ${DIR}/usr/share/applications/*.desktop -bundle-non-qt-libs
|
||||||
|
|
15
.travis.yml
15
.travis.yml
|
@ -16,6 +16,20 @@ matrix:
|
||||||
- DEPLOYMENT=1
|
- DEPLOYMENT=1
|
||||||
- USE_BUNDLED_BOOST=0
|
- USE_BUNDLED_BOOST=0
|
||||||
- USE_BUNDLED_SPDLOG=0
|
- USE_BUNDLED_SPDLOG=0
|
||||||
|
- os: linux
|
||||||
|
compiler: gcc
|
||||||
|
env:
|
||||||
|
- CXX_COMPILER=g++-5
|
||||||
|
- C_COMPILER=gcc-5
|
||||||
|
- QT_VERSION="-5.10.1"
|
||||||
|
- QT_PKG=510
|
||||||
|
- DEPLOYMENT=1
|
||||||
|
- USE_BUNDLED_BOOST=1
|
||||||
|
- USE_BUNDLED_SPDLOG=1
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources: ["ubuntu-toolchain-r-test"]
|
||||||
|
packages: ["g++-5", "ninja-build"]
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env:
|
env:
|
||||||
|
@ -23,7 +37,6 @@ matrix:
|
||||||
- C_COMPILER=gcc-7
|
- C_COMPILER=gcc-7
|
||||||
- QT_VERSION="-5.10.1"
|
- QT_VERSION="-5.10.1"
|
||||||
- QT_PKG=510
|
- QT_PKG=510
|
||||||
- DEPLOYMENT=1
|
|
||||||
- USE_BUNDLED_BOOST=1
|
- USE_BUNDLED_BOOST=1
|
||||||
- USE_BUNDLED_SPDLOG=1
|
- USE_BUNDLED_SPDLOG=1
|
||||||
addons:
|
addons:
|
||||||
|
|
|
@ -2,7 +2,7 @@ nheko
|
||||||
----
|
----
|
||||||
[![Build Status](https://travis-ci.org/mujx/nheko.svg?branch=master)](https://travis-ci.org/mujx/nheko)
|
[![Build Status](https://travis-ci.org/mujx/nheko.svg?branch=master)](https://travis-ci.org/mujx/nheko)
|
||||||
[![Build status](https://ci.appveyor.com/api/projects/status/07qrqbfylsg4hw2h/branch/master?svg=true)](https://ci.appveyor.com/project/mujx/nheko/branch/master)
|
[![Build status](https://ci.appveyor.com/api/projects/status/07qrqbfylsg4hw2h/branch/master?svg=true)](https://ci.appveyor.com/project/mujx/nheko/branch/master)
|
||||||
[![Latest Stable Version](https://img.shields.io/badge/download-stable-green.svg)](https://bintray.com/mujx/matrix/nheko/_latestVersion)
|
[![Latest Stable Version](https://img.shields.io/badge/download-stable-green.svg)](https://bintray.com/mujx/matrix/nheko/v0.4.3)
|
||||||
[![Nightly](https://img.shields.io/badge/download-nightly-green.svg)](https://bintray.com/mujx/matrix/nheko/nightly)
|
[![Nightly](https://img.shields.io/badge/download-nightly-green.svg)](https://bintray.com/mujx/matrix/nheko/nightly)
|
||||||
[![Chat on Matrix](https://img.shields.io/badge/chat-on%20matrix-blue.svg)](https://matrix.to/#/#nheko:matrix.org)
|
[![Chat on Matrix](https://img.shields.io/badge/chat-on%20matrix-blue.svg)](https://matrix.to/#/#nheko:matrix.org)
|
||||||
[![AUR: nheko](https://img.shields.io/badge/AUR-nheko-blue.svg)](https://aur.archlinux.org/packages/nheko)
|
[![AUR: nheko](https://img.shields.io/badge/AUR-nheko-blue.svg)](https://aur.archlinux.org/packages/nheko)
|
||||||
|
|
Loading…
Reference in a new issue