Updated config.yml
This commit is contained in:
parent
a55dbc716e
commit
a85a15eaf3
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,7 @@ jobs:
|
||||||
build-windows:
|
build-windows:
|
||||||
executor: cider-ci
|
executor: cider-ci
|
||||||
steps:
|
steps:
|
||||||
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ~/Cider
|
at: ~/Cider
|
||||||
- run:
|
- run:
|
||||||
|
@ -76,6 +77,7 @@ jobs:
|
||||||
build-linux:
|
build-linux:
|
||||||
executor: cider-ci
|
executor: cider-ci
|
||||||
steps:
|
steps:
|
||||||
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ~/Cider
|
at: ~/Cider
|
||||||
- run:
|
- run:
|
||||||
|
@ -87,6 +89,7 @@ jobs:
|
||||||
build-winget:
|
build-winget:
|
||||||
executor: cider-ci
|
executor: cider-ci
|
||||||
steps:
|
steps:
|
||||||
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ~/Cider
|
at: ~/Cider
|
||||||
- run:
|
- run:
|
||||||
|
@ -98,6 +101,7 @@ jobs:
|
||||||
release:
|
release:
|
||||||
executor: cider-ci
|
executor: cider-ci
|
||||||
steps:
|
steps:
|
||||||
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ~/Cider
|
at: ~/Cider
|
||||||
- run:
|
- run:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue