Skip to content

Commit 2fc84ce

Browse files
author
Maurice Dalderup
authored
Update config.yml
1 parent 159e3e4 commit 2fc84ce

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

.circleci/config.yml

+3-23
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- run: apt-get -y update
7070
- run: apt-get -y install libudev-dev libudev-dev:i386 libusb-1.0-0-dev libusb-1.0-0-dev:i386
7171
- run: yarn install
72-
- run: yarn dist --win --x64 --ia32
72+
- run: yarn release:win
7373
- store_artifacts:
7474
path: dist
7575
destination: build
@@ -85,7 +85,7 @@ jobs:
8585
- run: sudo apt-get -y update
8686
- run: sudo apt-get -y install build-essential libudev-dev
8787
- run: yarn install
88-
- run: yarn dist --linux
88+
- run: yarn release:linux
8989
- store_artifacts:
9090
path: dist
9191
destination: build
@@ -99,21 +99,7 @@ jobs:
9999
- v3-dependencies-{{ checksum "package.json" }}
100100
- v3-dependencies-
101101
- run: yarn install
102-
- run: yarn dist --mac
103-
- store_artifacts:
104-
path: dist
105-
destination: build
106-
107-
publish:
108-
<<: *mac_config
109-
steps:
110-
- checkout
111-
- restore_cache:
112-
keys:
113-
- v3-dependencies-{{ checksum "package.json" }}
114-
- v3-dependencies-
115-
- run: yarn
116-
- run: yarn release
102+
- run: yarn release:mac
117103
- store_artifacts:
118104
path: dist
119105
destination: build
@@ -147,9 +133,3 @@ workflows:
147133
ignore: /.*/
148134
tags:
149135
only: /[v][0-9]+(\.[0-9]+)+.*/
150-
- publish:
151-
filters:
152-
branches:
153-
ignore: /.*/
154-
tags:
155-
only: /[v][0-9]+(\.[0-9]+)+.*/

0 commit comments

Comments
 (0)