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
LARN
PRRT
Commits
8ebee7c8
Commit
8ebee7c8
authored
Nov 06, 2017
by
Andreas Schmidt
Browse files
Refactor .gitlab-ci.yml to use proper tags.
parent
706a39c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8ebee7c8
...
...
@@ -51,12 +51,15 @@ test:prrt_functional:
stage
:
test
dependencies
:
-
build:prrt
tags
:
-
bash
script
:
-
sh functional_test.sh
-
exec ./bin/prrtTests
test:prrt_python_bindings:
stage
:
test
tags
:
-
bash
-
python3
script
:
-
sh build.sh
...
...
@@ -75,9 +78,4 @@ deploy:pypi:
-
echo "username=$PYPI_USER" >> ~/.pypirc
-
echo "password=$PYPI_PASSWORD" >> ~/.pypirc
-
python3 setup.py check sdist bdist upload -r on
clean:pypirc:
stage
:
clean
when
:
always
script
:
-
rm -vf ~/.pypirc
-
rm -vf ~/.pypirc
\ No newline at end of file
functional_test.sh
deleted
100644 → 0
View file @
706a39c2
#!/usr/bin/env bash
exec
./bin/prrtTests
\ No newline at end of file
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