Skip to content

Commit

Permalink
CI iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohns committed Oct 22, 2024
1 parent 46406aa commit b1a0ed0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions target/electron/build_linux_app_from_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ echo "GIT_HASH = ${GIT_HASH}"
echo "Will install npm and global packages"
yum update
yum install -y npm zip
npm install -g --unsafe-perm=true --allow-root [email protected]
npm install -g --unsafe-perm=true --allow-root uglify-js
npm install -g --unsafe-perm=true --allow-root uglifycss
npm install -g --unsafe-perm=true --allow-root cmake-js
npm install -g [email protected]
npm install -g uglify-js
npm install -g uglifycss
npm install -g cmake-js

echo "Will install local npm packages"
npm install --save-dev node-addon-api --arch=x64
npm install electron --arch=x64
npm install --save-dev --unsafe-perm=true --allow-root electron-packager
npm install --save-dev electron-packager

echo "CWD"
pwd
Expand Down Expand Up @@ -83,7 +83,7 @@ else
echo "There was no app directory in cwd"
fi

echo "Will try to copy app dir from ${CmakeBuildDir} to $(cwd)."
echo "Will try to copy app dir from ${CmakeBuildDir} to $(pwd)."
cp -r "${CmakeBuildDir}/app" "${WorkingDir}/"
echo "Have copied app dir from ${CmakeBuildDir} to ${WorkingDir}/."

Expand Down

0 comments on commit b1a0ed0

Please sign in to comment.