Loading .gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -32,7 +32,12 @@ build: image: electronuserland/builder:wine script: # Install node dependencies - npm install # Build eV-Lite for microscope server - npm run build:lite - tar -czvf "./release-builds/openflexure-ev-lite-${CI_COMMIT_REF_NAME}.tar.gz" -C "./dist-lite" . # Build electron app - npm run build:app - if [ "$CI_COMMIT_REF_NAME" == "stable" ]; then npm run release; else npm run release:pre; fi Loading @@ -40,6 +45,7 @@ build: name: "dist" expire_in: 1 week paths: - "./release-builds/*.tar.gz" - "./release-builds/*.AppImage" - "./release-builds/*.exe" - "./release-builds/*.exe.blockmap" Loading Loading
.gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -32,7 +32,12 @@ build: image: electronuserland/builder:wine script: # Install node dependencies - npm install # Build eV-Lite for microscope server - npm run build:lite - tar -czvf "./release-builds/openflexure-ev-lite-${CI_COMMIT_REF_NAME}.tar.gz" -C "./dist-lite" . # Build electron app - npm run build:app - if [ "$CI_COMMIT_REF_NAME" == "stable" ]; then npm run release; else npm run release:pre; fi Loading @@ -40,6 +45,7 @@ build: name: "dist" expire_in: 1 week paths: - "./release-builds/*.tar.gz" - "./release-builds/*.AppImage" - "./release-builds/*.exe" - "./release-builds/*.exe.blockmap" Loading