Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
cbd2595d
Commit
cbd2595d
authored
Apr 21, 2015
by
ctrlaltca
Browse files
Merge pull request #996 from ctrlaltca/travis_debug
Switch travis builds to debug mode, since they catch more errors
parents
64315f77
3c0ffef0
Changes
1
Hide whitespace changes
Inline
Side-by-side
travis-compile.sh
View file @
cbd2595d
...
@@ -11,5 +11,5 @@ fi
...
@@ -11,5 +11,5 @@ fi
if
[[
$TRAVIS_OS_NAME
==
"linux"
&&
$QT4
==
0
]]
;
then
if
[[
$TRAVIS_OS_NAME
==
"linux"
&&
$QT4
==
0
]]
;
then
prefix
=
"-DCMAKE_PREFIX_PATH=/opt/qt52/lib/cmake/"
prefix
=
"-DCMAKE_PREFIX_PATH=/opt/qt52/lib/cmake/"
fi
fi
cmake ..
-DWITH_SERVER
=
1
-DWITH_QT4
=
$QT4
$prefix
cmake ..
-DWITH_SERVER
=
1
-DCMAKE_BUILD_TYPE
=
Debug
-DWITH_QT4
=
$QT4
$prefix
make
-j2
make
-j2
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