Push a test build script for github actions

This commit is contained in:
Sebastien L
2022-10-05 12:24:31 -04:00
parent 34fa7203be
commit f70cd0eeb1
5 changed files with 1067 additions and 56 deletions

View File

@@ -3,12 +3,6 @@
echo "Build process started"
pushd components/wifi-manager/webapp/
echo "Installing node.js dependencies"
npm install
echo "Building webapp"
npm run-script build
popd
echo "Setting up build name and build number"
if [ -z "${TARGET_BUILD_NAME}" ]
then