File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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]+)+.*/
You can’t perform that action at this time.
0 commit comments