Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LARN
PRRT
Commits
23d3ae6c
Commit
23d3ae6c
authored
Jan 26, 2017
by
Andreas Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml to ensure properly configured runners are used.
parent
82b8b290
Pipeline
#792
passed with stages
in 1 minute and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
.gitlab-ci.yml
.gitlab-ci.yml
+7
-0
No files found.
.gitlab-ci.yml
View file @
23d3ae6c
...
@@ -10,6 +10,9 @@ stages:
...
@@ -10,6 +10,9 @@ stages:
build_prrt
:
build_prrt
:
stage
:
build
stage
:
build
tags
:
-
cmake
-
python3
artifacts
:
artifacts
:
name
:
"
$CI_BUILD_REF_NAME$"
name
:
"
$CI_BUILD_REF_NAME$"
untracked
:
true
untracked
:
true
...
@@ -26,6 +29,8 @@ build_prrt:
...
@@ -26,6 +29,8 @@ build_prrt:
test_prrt_mem
:
test_prrt_mem
:
stage
:
test
stage
:
test
tags
:
-
valgrind
script
:
script
:
-
which valgrind
-
which valgrind
-
export prrtResult=0
-
export prrtResult=0
...
@@ -45,6 +50,8 @@ test_prrt_functional:
...
@@ -45,6 +50,8 @@ test_prrt_functional:
package_pypi
:
package_pypi
:
stage
:
deploy
stage
:
deploy
tags
:
-
python3
script
:
script
:
-
echo "[distutils]" >> ~/.pypirc
-
echo "[distutils]" >> ~/.pypirc
-
echo "index-servers =" >> ~/.pypirc
-
echo "index-servers =" >> ~/.pypirc
...
...
Write
Preview
Markdown
is supported
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