Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
unsio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LAMBERT Jean-charles
unsio
Commits
ccabaebc
Commit
ccabaebc
authored
Sep 10, 2019
by
LAMBERT Jean-charles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yaml + fixes for manylinux1
parent
8edfa4f0
Pipeline
#1488
failed with stages
in 8 minutes and 38 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
55 additions
and
1 deletion
+55
-1
.gitlab-ci.yml
.gitlab-ci.yml
+54
-0
CI/docker/manylinux1/Dockerfile
CI/docker/manylinux1/Dockerfile
+1
-1
CI/docker/manylinux2010/Dockerfile
CI/docker/manylinux2010/Dockerfile
+0
-0
CI/script/build-unsio-manylinux1.sh
CI/script/build-unsio-manylinux1.sh
+0
-0
No files found.
.gitlab-ci.yml
View file @
ccabaebc
...
...
@@ -85,6 +85,60 @@ push-pypi-manylinux2010:
key
:
manylinux2010
paths
:
-
wheel/
#
# MANYLINUX1
#
manylinux1
:
stage
:
build
image
:
portus.lam.fr/jclamber/unsio-manylinux1
only
:
variables
:
-
$WHEEL == "1"
script
:
# build
-
CI/script/build-unsio-manylinux1.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
:
manylinux1
paths
:
-
wheel/
artifacts
:
name
:
"
manylinux1"
paths
:
-
test-*.res
-
wheel/*
expire_in
:
1 week
# Push wheel to testpypi repos
push-testpypi-manylinux1
:
stage
:
testpypi
image
:
portus.lam.fr/jclamber/unsio-manylinux1
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
:
manylinux1
paths
:
-
wheel/
# Push wheel to pypi repos
push-pypi-manylinux1
:
stage
:
pypi
image
:
portus.lam.fr/jclamber/unsio-manylinux1
only
:
variables
:
-
$PYPI == "1"
script
:
-
/opt/python/cp37-cp37m/bin/python -m twine upload -u $TWINE_USERNAME -p $TWINE_PASSWORD ./wheel/python*unsio*
cache
:
key
:
manylinux1
paths
:
-
wheel/
#
# BUILD wheels for macosx
...
...
CI/manylinux1/Dockerfile
→
CI/
docker/
manylinux1/Dockerfile
View file @
ccabaebc
...
...
@@ -19,7 +19,7 @@ RUN \
./cmake-3.2.3-Linux-x86_64.sh
--prefix
=
/opt/usr
--skip-license
&&
\
rm
-f
cmake-3.2.3-Linux-x86_64.sh
&&
\
cd
/opt
&&
\
curl
-L
https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8/hdf5-1.8.21/src/hdf5-1.8.21.tar.gz
&&
\
curl
-L
https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8/hdf5-1.8.21/src/hdf5-1.8.21.tar.gz
\
--output
hdf5-1.8.21.tar.gz
&&
\
tar
zxvf hdf5-1.8.21.tar.gz
&&
\
cd
hdf5-1.8.21
&&
\
...
...
CI/Dockerfile
→
CI/
docker/manylinux2010/
Dockerfile
View file @
ccabaebc
File moved
CI/script/build-unsio-manylinu1.sh
→
CI/script/build-unsio-manylinu
x
1.sh
100644 → 100755
View file @
ccabaebc
File moved
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