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

fix gitlab-ci

parent e96de5db
No related branches found
No related tags found
Loading
Pipeline #40359 failed
stages:
- modules
- build
create:
stage: modules
build:
image: node:latest
stage: build
script:
- cd $CI_PROJECT_DIR/src/backend
- yarn install --frozen-lockfile
- cd $CI_PROJECT_DIR/
- yarn install --frozen-lockfile
only:
- master
build:
image: node:latest
stage: build
script:
- yarn make
artifacts:
expire_in: 1 week
......@@ -27,6 +21,10 @@ build-win:
image: electronuserland/builder:wine-mono-05.21
stage: build
script:
- cd $CI_PROJECT_DIR/src/backend
- yarn install --frozen-lockfile
- cd $CI_PROJECT_DIR/
- yarn install --frozen-lockfile
- yarn make --platform win32
artifacts:
expire_in: 1 week
......
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