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
Florian Hindenlang
test_gitlabCI
Commits
6f1b93ea
Commit
6f1b93ea
authored
May 03, 2017
by
Florian Hindenlang
Browse files
gitlab-ci modification.
parent
b3e3fdce
Pipeline
#11965
failed with stages
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6f1b93ea
...
...
@@ -16,7 +16,7 @@ build_debug:
-
cd .. ; rm -rf build_debug ||
true
-
mkdir -p build_debug
-
cp ode-1/rk_solve build_debug/.
-
cp ode-1/std
err ode-1/stdout
build_debug/.
-
cp ode-1/std
*
build_debug/.
artifacts
:
untracked
:
true
when
:
always
...
...
@@ -31,7 +31,7 @@ build_release:
-
cd .. ; rm -rf build_release ||
true
-
mkdir -p build_release
-
cp ode-1/rk_solve build_release/.
-
cp ode-1/std
err ode-1/stdout
build_release/.
-
cp ode-1/std
*
build_release/.
artifacts
:
untracked
:
true
when
:
always
...
...
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