Skip to content
Snippets Groups Projects
Commit f2748e0e authored by Skander Hatira's avatar Skander Hatira
Browse files

fix gitlab-ci

parent 92045c84
No related branches found
No related tags found
No related merge requests found
Pipeline #40370 failed
......@@ -2,7 +2,7 @@ stages:
- modules
- build
build:
image: electronuserland/builder:latest
image: node:latest
stage: build
script:
- cd $CI_PROJECT_DIR/src/backend
......@@ -17,18 +17,3 @@ build:
- $CI_PROJECT_DIR/out/make/rpm/x64/*.rpm
only:
- master
build-win:
image: electronuserland/builder:wine-mono-05.21
stage: build
script:
- cd $CI_PROJECT_DIR/src/backend
- yarn install
- cd $CI_PROJECT_DIR/
- yarn install
- yarn make --platform win32 --arch ia32
artifacts:
expire_in: 1 week
paths:
- $CI_PROJECT_DIR/out/make/squirrel.windows/x64/*.exe
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment