Commit 2fc84ce Maurice Dalderup
authored
1 parent 159e3e4 commit 2fc84ce Copy full SHA for 2fc84ce
File tree 1 file changed +3
-23
lines changed
1 file changed +3
-23
lines changed Original file line number Diff line number Diff line change 69
69
- run : apt-get -y update
70
70
- run : apt-get -y install libudev-dev libudev-dev:i386 libusb-1.0-0-dev libusb-1.0-0-dev:i386
71
71
- run : yarn install
72
- - run : yarn dist -- win --x64 --ia32
72
+ - run : yarn release: win
73
73
- store_artifacts :
74
74
path : dist
75
75
destination : build
85
85
- run : sudo apt-get -y update
86
86
- run : sudo apt-get -y install build-essential libudev-dev
87
87
- run : yarn install
88
- - run : yarn dist -- linux
88
+ - run : yarn release: linux
89
89
- store_artifacts :
90
90
path : dist
91
91
destination : build
99
99
- v3-dependencies-{{ checksum "package.json" }}
100
100
- v3-dependencies-
101
101
- 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
117
103
- store_artifacts :
118
104
path : dist
119
105
destination : build
@@ -147,9 +133,3 @@ workflows:
147
133
ignore : /.*/
148
134
tags :
149
135
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