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
LAMBERT Jean-charles
unsio
Commits
ff879728
Commit
ff879728
authored
Aug 29, 2019
by
LAMBERT Jean-charles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add testpy upload
parent
61a2ca85
Pipeline
#1465
failed with stage
in 23 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
2 deletions
+28
-2
.gitignore
.gitignore
+7
-2
.gitlab-ci.yml
.gitlab-ci.yml
+21
-0
No files found.
.gitignore
View file @
ff879728
...
...
@@ -6,6 +6,9 @@
#qmake
*.user
# ide
*tags
#swig
py/unsio/py_unsio.py
py/unsio/py_unsio_wrap.cpp
...
...
@@ -18,6 +21,8 @@ py/unsio/version*
*.pyc
# tilda
*~
*.whl
py/wheels
# Compiled Object files
*.slo
...
...
@@ -72,5 +77,5 @@ Makefile.in
*.cubin
*.fatbin
# unknown
taxon
.gitlab-ci.yml
View file @
ff879728
...
...
@@ -11,11 +11,14 @@
stages
:
-
build
-
testpypi
variables
:
TWINE_USERNAME
:
jcl
TWINE_PASSWORD
:
$TEST_PY_PASSWD
WHEEL
:
0
TESTPYPI
:
0
before_script
:
# clone
#- git clone https://gitlab.lam.fr/jclamber/unsio.git
...
...
@@ -34,13 +37,31 @@ manylinux2010 :
-
CI/script/build-unsio.sh
-
CI/script/build-wheel.sh
-
CI/script/repair-wheel.sh
-
/opt/python/cp37-cp37m/bin/python setup.py sdist -d wheel
-
CI/script/test-unsio.sh
cache
:
key
:
manylinux2010
paths
:
-
wheel/
artifacts
:
name
:
"
manylinux2010"
paths
:
-
test-*.res
-
wheel/*
push-testpypi-manylinux2010
:
stage
:
testpypi
image
:
portus.lam.fr/jclamber/unsio-manylinux2010
only
:
variables
:
-
$TESTPYPI == "1"
script
:
-
/opt/python/cp37-cp37m/bin/python -m twine upload -u $TWINE_USERNAME -p $TWINE_PASSWORD --repository-url https://test.pypi.org/legacy ./wheel/python*unsio*
cache
:
key
:
manylinux2010
paths
:
-
wheel/
#
# RPM Distros
#
...
...
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