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
xerus
xerus
Commits
66694c50
Commit
66694c50
authored
May 02, 2020
by
Philipp Trunschke
Browse files
fix CI errors (3)
parent
be2ac569
Pipeline
#2037
failed with stages
in 2 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
66694c50
...
...
@@ -5,8 +5,8 @@ stages:
-
code_coverage
-
build_python
# - test_python
#
- build_clang
#
- test_clang
-
build_clang
-
test_clang
job_build_homepage
:
stage
:
build_homepage
...
...
@@ -35,6 +35,8 @@ job_code_coverage:
stage
:
code_coverage
script
:
"
g++
--version;
cp
.gitlab-ci-configs/.config.mk.ci.cc
config.mk;
mkdir
-p
build;
make
test
&>
build/build_output.txt
||
{
tail
-n
500
build/build_output.txt
&&
readelf
-S
XerusTest
&&
objdump
-s
-j
.cc_loc
XerusTest
&&
false;
};
tail
-n
500
build/build_output.txt"
when
:
always
only
:
-
master
artifacts
:
expire_in
:
3h
paths
:
...
...
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