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