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
|
- node_modules
|
||||||
- build
|
- build
|
||||||
- yarn.lock
|
- yarn.lock
|
||||||
|
- package.json
|
||||||
|
- winget.json # winget.json is a file that is generated by the winget package manager
|
||||||
|
|
||||||
build-windows:
|
build-windows:
|
||||||
executor: cider-ci
|
executor: cider-ci
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ~/Cider
|
at: ~/Cider
|
||||||
- run:
|
- run:
|
||||||
name: Install Windows System Build Dependencies
|
name: Install Windows System Build Dependencies
|
||||||
command: |
|
command: |
|
||||||
sudo apt-get update -y
|
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:
|
- run:
|
||||||
name: Fix Versioning and Add Channel
|
name: Fix Versioning and Add Channel
|
||||||
command: yarn circle:script
|
command: yarn circle:script
|
||||||
|
@ -74,7 +78,6 @@ jobs:
|
||||||
build-linux:
|
build-linux:
|
||||||
executor: cider-ci
|
executor: cider-ci
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ~/Cider
|
at: ~/Cider
|
||||||
- run:
|
- run:
|
||||||
|
@ -95,7 +98,6 @@ jobs:
|
||||||
build-winget:
|
build-winget:
|
||||||
executor: cider-ci
|
executor: cider-ci
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ~/Cider
|
at: ~/Cider
|
||||||
- run:
|
- run:
|
||||||
|
@ -122,7 +124,6 @@ jobs:
|
||||||
release:
|
release:
|
||||||
executor: cider-ci
|
executor: cider-ci
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ~/Cider/dist
|
at: ~/Cider/dist
|
||||||
- run:
|
- run:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue