Skip to content
Snippets Groups Projects
Commit 2158ff73 authored by Thibault Allenet's avatar Thibault Allenet
Browse files

debug prints

parent b6ccca21
No related branches found
No related tags found
No related merge requests found
......@@ -31,14 +31,26 @@ release:pip:ubuntu:
- export WHL_NAME=$(find . -name "$CI_PROJECT_NAME*.whl")
- pip install $WHL_NAME
- cd ..
- ls .
############################################################################
# In order to perform the test on the installed package, not on the source code, change the repo name with mv
# https://stackoverflow.com/questions/56908227/how-to-test-python-wheels-on-ci
############################################################################
- mv $CI_PROJECT_NAME src
- ls src
############################################################################
- cd src/$CI_PROJECT_NAME/unit_tests
- export PATH_TEST=$(pwd)
- cd ../../../..
- pytest $PATH_TEST
- set -x
# publish-pypi :
# needs: release:pip:ubuntu
# stage: deploy
# tags:
# - origin:eclipse # allow to target eclipse runner
# script:
# - export WHL_NAME=$(find . -name "$CI_PROJECT_NAME*.whl")
# - twine upload WHL_NAME
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment