Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Dalderup authored Jul 28, 2019
1 parent 159e3e4 commit 2fc84ce
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- run: apt-get -y update
- run: apt-get -y install libudev-dev libudev-dev:i386 libusb-1.0-0-dev libusb-1.0-0-dev:i386
- run: yarn install
- run: yarn dist --win --x64 --ia32
- run: yarn release:win
- store_artifacts:
path: dist
destination: build
Expand All @@ -85,7 +85,7 @@ jobs:
- run: sudo apt-get -y update
- run: sudo apt-get -y install build-essential libudev-dev
- run: yarn install
- run: yarn dist --linux
- run: yarn release:linux
- store_artifacts:
path: dist
destination: build
Expand All @@ -99,21 +99,7 @@ jobs:
- v3-dependencies-{{ checksum "package.json" }}
- v3-dependencies-
- run: yarn install
- run: yarn dist --mac
- store_artifacts:
path: dist
destination: build

publish:
<<: *mac_config
steps:
- checkout
- restore_cache:
keys:
- v3-dependencies-{{ checksum "package.json" }}
- v3-dependencies-
- run: yarn
- run: yarn release
- run: yarn release:mac
- store_artifacts:
path: dist
destination: build
Expand Down Expand Up @@ -147,9 +133,3 @@ workflows:
ignore: /.*/
tags:
only: /[v][0-9]+(\.[0-9]+)+.*/
- publish:
filters:
branches:
ignore: /.*/
tags:
only: /[v][0-9]+(\.[0-9]+)+.*/

0 comments on commit 2fc84ce

Please sign in to comment.