Skip to content

Commit 987fea2

Browse files
committed
CI: use absolute qt5 path for cmake, install GL libs again
1 parent a838d76 commit 987fea2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ image:
77
environment:
88
matrix:
99
- BUILD_COMBO: linux-gcc
10-
CMAKE_PREFIX_PATH: "$HOME/Qt/5.14/gcc_64"
10+
CMAKE_PREFIX_PATH: "/home/appveyor/Qt/5.14/gcc_64"
1111
- BUILD_COMBO: linux-clang
12-
CMAKE_PREFIX_PATH: "$HOME/Qt/5.14/clang_64"
12+
CMAKE_PREFIX_PATH: "/home/appveyor/Qt/5.14/gcc_64"
1313
- BUILD_COMBO: windows-mingw
1414
CMAKE_PREFIX_PATH: "C:\\Qt\\5.14\\mingw73_64"
1515
- BUILD_COMBO: windows-msvc

ci/setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if ($isLinux) {
7979
# sudo apt install -y ninja-build
8080

8181
# install GL libs required by qt
82-
# sudo apt install -y libgl1-mesa-dev mesa-common-dev
82+
sudo apt install -y libgl1-mesa-dev mesa-common-dev
8383

8484
# install qt
8585
# sudo add-apt-repository "ppa:beineri/opt-qt-5.12.3-xenial"

0 commit comments

Comments
 (0)