mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Travis: Fix running qmake
This commit is contained in:
parent
ebdea578aa
commit
4173ff2c3e
|
@ -20,6 +20,7 @@ install:
|
|||
script:
|
||||
- QMAKE="qmake"
|
||||
- if [[ "$QT" == "qt54" ]]; then QMAKE="/opt/qt54/bin/qmake"; fi
|
||||
- $QMAKE
|
||||
# - $QMAKE QMAKE_CXXFLAGS+="-Wextra -Werror"
|
||||
- make || exit 1
|
||||
# - cd scripts && ./run_tests.sh $QMAKE
|
||||
|
|
Loading…
Reference in New Issue
Block a user