Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
e9cc09c8
Commit
e9cc09c8
authored
Nov 25, 2015
by
Jan Möbius
Browse files
Typo in script
parent
97039788
Pipeline
#124
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CI/ci-linux.sh
View file @
e9cc09c8
...
...
@@ -30,11 +30,11 @@ elif [ "$LANGUAGE" == "C++11" ]; then
BUILDPATH
=
"
$BUILDPATH
-cpp11"
fi
if
[
"QTVERSION"
==
"QT4"
]
;
then
if
[
"
$
QTVERSION
"
==
"QT4"
]
;
then
echo
"Building with QT4"
;
OPTIONS
=
"
$OPTIONS
-DFORCE_QT4=TRUE "
BUILDPATH
=
"
$BUILDPATH
-qt4"
elif
[
"QTVERSION"
==
"QT5"
]
;
then
elif
[
"
$
QTVERSION
"
==
"QT5"
]
;
then
echo
"Building with QT5"
;
BUILDPATH
=
"
$BUILDPATH
-qt5"
OPTIONS
=
"
$OPTIONS
-DFORCE_QT4=FALSE -DQWT6_INCLUDE_DIR=~/sw/qwt-6.1/include -DQWT6_LIBRARY_DIR=~/sw/qwt-6.1/lib -DQWT6_LIBRARY=~/sw/qwt-6.1/lib/libqwt.so -DQT5_INSTALL_PATH=/ACG/acgdev/gcc-4.0-x86_64/qt-5.5.0/5.5/gcc_64"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment