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

[fix] Windows + ARM build were broken

parent f06ff12f
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,10 @@ install:
build: off
after_test:
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install duniter-bma --save --production
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install duniter-crawler --save --production
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install duniter-keypair --save --production
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install duniter-prover --save --production
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] powershell .\\ci\\appveyor\\inno_setup.ps1
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] rd /s /q %APPDATA%\..\Local\NuGet\Cache
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%
......@@ -49,10 +53,6 @@ after_test:
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] cd ../..
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm prune --production
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install duniter-ui --save --production
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install duniter-bma --save --production
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install duniter-crawler --save --production
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install duniter-keypair --save --production
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] npm install duniter-prover --save --production
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] rd /s /q %cd%\node_modules\duniter-ui\node_modules
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] cd ..
- if [%APPVEYOR_REPO_TAG_NAME%] neq [] mkdir duniter_release
......
......@@ -17,12 +17,15 @@ mv node-${NVER}-linux-${ARCH} node
rm node-${NVER}-linux-${ARCH}.tar.gz
echo "npm install"
node/bin/npm install
node/bin/npm prune --production
node/bin/npm install --production
SRC=`pwd`
echo $SRC
# Install UI
# Install modules
node/bin/npm install duniter-bma --save --production
node/bin/npm install duniter-crawler --save --production
node/bin/npm install duniter-keypair --save --production
node/bin/npm install duniter-prover --save --production
node/bin/npm install duniter-ui --production --save
rm -Rf node_modules/duniter-ui/node_modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment