electron builder docker image test
This commit is contained in:
parent
c2057726ba
commit
0ddc9d614e
1 changed files with 4 additions and 4 deletions
|
@ -18,9 +18,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Install Build Dependencies
|
name: Install Build Dependencies
|
||||||
command: |
|
command: |
|
||||||
sudo dpkg --add-architecture i386
|
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get install -y wine64 wine32
|
|
||||||
sudo apt-get install -y autoconf automake g++ libtool || true
|
sudo apt-get install -y autoconf automake g++ libtool || true
|
||||||
- run:
|
- run:
|
||||||
name: Update Version Number of App
|
name: Update Version Number of App
|
||||||
|
@ -81,7 +79,8 @@ jobs:
|
||||||
- dist/latest-linux.yml
|
- dist/latest-linux.yml
|
||||||
|
|
||||||
build-windows:
|
build-windows:
|
||||||
executor: cider-ci
|
docker:
|
||||||
|
- image: electronuserland/builder:wine
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ~/Cider
|
at: ~/Cider
|
||||||
|
@ -98,7 +97,8 @@ jobs:
|
||||||
- dist/latest.yml
|
- dist/latest.yml
|
||||||
|
|
||||||
build-winget:
|
build-winget:
|
||||||
executor: cider-ci
|
docker:
|
||||||
|
- image: electronuserland/builder:wine
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ~/Cider
|
at: ~/Cider
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue