Skip to content

Commit

Permalink
use qt==5.14 on linux ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jat001 authored and sorayuki committed Jul 17, 2020
1 parent 692d894 commit 8899641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ for:

build_script:
- sed -i 's/CMAKE_CXX_STANDARD 17/CMAKE_CXX_STANDARD 11/' CMakeLists.txt
- QTDIR=$HOME/Qt/latest/gcc_64 ./build_linux.sh
- QTDIR=$HOME/Qt/5.14/gcc_64 ./build_linux.sh

artifacts:
- path: "*.tar.xz"

0 comments on commit 8899641

Please sign in to comment.