Skip to content
Snippets Groups Projects
Commit 34c1d228 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fix: do not build x86

parent e35fbd92
Branches
Tags
No related merge requests found
...@@ -26,9 +26,6 @@ before_deploy: ...@@ -26,9 +26,6 @@ before_deploy:
# Clean testing packages # Clean testing packages
- npm prune --production - npm prune --production
- tar czf ../ucoin.64bits.tar.gz ./ --exclude ".git" --exclude "coverage" --exclude "test" --exclude "share" --exclude "node-${NVER}-linux-x86.tar.gz" --exclude "node-${NVER}-linux-x86" - tar czf ../ucoin.64bits.tar.gz ./ --exclude ".git" --exclude "coverage" --exclude "test" --exclude "share" --exclude "node-${NVER}-linux-x86.tar.gz" --exclude "node-${NVER}-linux-x86"
- rm -Rf node_modules node
- node-gyp clean configure build --verbose --arch=ia32
- npm install --production
- mv node-${NVER}-linux-x86 node - mv node-${NVER}-linux-x86 node
- rm node-${NVER}-linux-x86.tar.gz - rm node-${NVER}-linux-x86.tar.gz
- tar czf ../ucoin.32bits.tar.gz ./ --exclude ".git" --exclude "coverage" --exclude "test" --exclude "share" - tar czf ../ucoin.32bits.tar.gz ./ --exclude ".git" --exclude "coverage" --exclude "test" --exclude "share"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment