File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 4
4
- osx
5
5
env :
6
6
- CFLAGS="-O0 -g" QMAKEFLAGS="-config debug" PATH=/opt/qt56/bin:/usr/local/opt/qt5/bin:$PATH
7
+ addons :
8
+ apt :
9
+ sources :
10
+ - sourceline : ' ppa:beineri/opt-qt563-trusty'
11
+ packages :
12
+ - qt56base valgrind
7
13
install :
8
- - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
9
- sudo apt-add-repository -y ppa:beineri/opt-qt562;
10
- sudo apt-add-repository -y ppa:ubuntu-toolchain-r/test;
11
- sudo apt-get update -qq;
12
- sudo apt-get install -y qt56base valgrind g++-5;
13
- else
14
+ - if [ "${TRAVIS_OS_NAME}" != "linux" ]; then
14
15
brew install qt5;
15
16
fi
16
17
script :
17
- - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
18
- sudo ln -sf g++-5 /usr/bin/g++;
19
- fi
20
18
- make -s -f Makefile.configure configure | tee .config
21
19
- make
22
20
CFLAGS="$CFLAGS"
You can’t perform that action at this time.
0 commit comments