Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthias Mayr
limbo
Commits
fcabb235
Commit
fcabb235
authored
Apr 19, 2016
by
Konstantinos Chatzilygeroudis
Browse files
Fixed travis
parent
517882fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
fcabb235
...
...
@@ -51,6 +51,3 @@ install:
script
:
-
./waf configure
-
./waf --tests --alltests -v
-
./build/src/tests/test_optimizers
-
./build/src/tests/test_init_functions
-
./build/src/tests/test_cmaes
wscript
View file @
fcabb235
...
...
@@ -98,8 +98,7 @@ def summary(bld):
tfail
=
len
([
x
for
x
in
lst
if
x
[
1
]])
waf_unit_test
.
summary
(
bld
)
if
tfail
>
0
:
print
"Build failed, because some tests failed!"
# bld.fatal("Build failed, because some tests failed!")
bld
.
fatal
(
"Build failed, because some tests failed!"
)
def
build
(
bld
):
bld
.
recurse
(
'src/'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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