Skip to content

Commit 5b14f6c

Browse files
committed
Attempt to build linux+qt5
1 parent a53dcc4 commit 5b14f6c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ matrix:
1717
sudo: required
1818
compiler: clang
1919
env: PYTHON_VERSION=3.5.6 OSPRAY_BUILD=OFF QT5=OFF
20+
- os: linux
21+
dist: xenial
22+
compiler: clang
23+
env: PYTHON_VERSION=3.5.6 OSPRAY_BUILD=OFF QT5=ON
24+
- os: linux
25+
dist: bionic
26+
compiler: clang
27+
env: PYTHON_VERSION=3.5.6 OSPRAY_BUILD=OFF QT5=ON
2028
- os: osx
2129
osx_image: xcode7.3
2230
env: PYTHON_VERSION=3.5.6 OSPRAY_BUILD=OFF QT5=OFF
@@ -54,6 +62,9 @@ install:
5462
- if [[ "$QT5" = "ON" && "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install mesa-common-dev libgl1-mesa-dev mesa-utils-extra libglapi-mesa ninja-build qt5-qmake qtbase5-dev; fi
5563
- if [[ "$QT5" = "OFF" && "$TRAVIS_OS_NAME" == "osx" ]]; then travis_wait 30 scripts/getQt4Mac.sh; fi
5664
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ninja; fi
65+
# TODO: figure out/test ccache
66+
#- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ccache; export PATH="/usr/local/opt/ccache/libexec:$PATH"; fi
67+
# Verify qt 5.13, maybe not upgrade
5768
- if [[ "$QT5" = "ON" && "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt || true; fi
5869
- if [[ "$QT5" = "ON" && "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade qt || true; fi
5970

0 commit comments

Comments
 (0)