Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
regression-suites
Commits
de836303
Commit
de836303
authored
May 09, 2018
by
Thanassis Tsiodras
Browse files
Collect build logs in CircleCI artifacts.
parent
69cdfb5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
regression.py
View file @
de836303
...
...
@@ -39,6 +39,8 @@ def build_me(folder):
os
.
chdir
(
folder
)
try
:
res
=
os
.
system
(
"./bui*.sh > build.log 2>&1 || exit 1"
)
is
os
.
getenv
(
"CIRCLE_ARTIFACTS"
)
is
not
None
:
os
.
system
(
"cp build.log $CIRCLE_ARTIFACTS/"
+
folder
+
"_build.log"
)
if
res
!=
0
:
return
folder
,
False
,
"Build failed..."
if
os
.
path
.
exists
(
"regression.py"
):
...
...
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