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
dce062b4
Commit
dce062b4
authored
Sep 12, 2019
by
LAMBERT Jean-charles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove wheels
parent
beb10dda
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
CI/script/build-wheel.sh
CI/script/build-wheel.sh
+1
-0
CI/scriptOSX/build-wheel.sh
CI/scriptOSX/build-wheel.sh
+2
-1
No files found.
CI/script/build-wheel.sh
View file @
dce062b4
...
...
@@ -3,6 +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
# build wheel
for
PYBIN
in
/opt/python/
*
/bin/
;
do
...
...
CI/scriptOSX/build-wheel.sh
View file @
dce062b4
#!/bin/bash
rm
-f
wheel/
*
unsio
*
osx
*
.whl
# Activate python environement
# Build wheel
# Build wheel
for
PYENV
in
${
HOME
}
/venv/unsio
*
;
do
echo
"Activate
${
PYENV
}
...."
source
${
PYENV
}
/bin/activate
...
...
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