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
8dcf8e27
Commit
8dcf8e27
authored
Sep 13, 2019
by
LAMBERT Jean-charles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix CI
parent
dce062b4
Pipeline
#1501
failed with stages
in 6 minutes and 33 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CI/script/build-wheel.sh
CI/script/build-wheel.sh
+1
-1
CI/scriptOSX/build-wheel.sh
CI/scriptOSX/build-wheel.sh
+1
-1
No files found.
CI/script/build-wheel.sh
View file @
8dcf8e27
...
...
@@ -3,7 +3,7 @@
# build wheel
#PATH=/opt/usr/bin/:/opt/python/cp27-cp27m/bin:${PATH} pip wheel ./unsio/ -w wheelhouse
rm
-f
wheel/
*
unsio
*
manylinux
*
.whl
rm
-f
wheel/
*
unsio
*
manylinux
*
.whl
wheelhouse/
*
unsio
*
manylinux
*
.whl
# build wheel
for
PYBIN
in
/opt/python/
*
/bin/
;
do
...
...
CI/scriptOSX/build-wheel.sh
View file @
8dcf8e27
#!/bin/bash
rm
-f
wheel/
*
unsio
*
osx
*
.whl
rm
-f
wheel/
*
unsio
*
osx
*
.whl
wheelhouse/
*
unsio
*
osx
*
.whl
# Activate python environement
# Build wheel
for
PYENV
in
${
HOME
}
/venv/unsio
*
;
do
...
...
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