Updated config.yml
This commit is contained in:
parent
b02214173c
commit
5c76eb97bc
1 changed files with 6 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue