Updated config.yml

This commit is contained in:
Core 2022-04-30 16:22:51 +01:00
parent b02214173c
commit 5c76eb97bc

View file

@ -46,18 +46,22 @@ jobs:
- node_modules
- build
- yarn.lock
- package.json
- winget.json # winget.json is a file that is generated by the winget package manager
build-windows:
executor: cider-ci
steps:
- checkout
- attach_workspace:
at: ~/Cider
- run:
name: Install Windows System Build Dependencies
command: |
sudo apt-get update -y
sudo apt-get install -y wine
sudo apt-get install -y dpkg fakeroot wine64
sudo dpkg --add-architecture i386
sudo apt-get update -y
sudo apt-get install -y wine32
- run:
name: Fix Versioning and Add Channel
command: yarn circle:script
@ -74,7 +78,6 @@ jobs:
build-linux:
executor: cider-ci
steps:
- checkout
- attach_workspace:
at: ~/Cider
- run:
@ -95,7 +98,6 @@ jobs:
build-winget:
executor: cider-ci
steps:
- checkout
- attach_workspace:
at: ~/Cider
- run:
@ -122,7 +124,6 @@ jobs:
release:
executor: cider-ci
steps:
- checkout
- attach_workspace:
at: ~/Cider/dist
- run: