File tree Expand file tree Collapse file tree 1 file changed +3
-34
lines changed Expand file tree Collapse file tree 1 file changed +3
-34
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ defaults: &defaults
10
10
11
11
version : 2
12
12
jobs :
13
- package :
13
+ build_and_test :
14
14
<< : *defaults
15
15
steps :
16
16
- checkout
28
28
paths :
29
29
- node_modules
30
30
key : v1-dependencies-{{ checksum "package.json" }}
31
- - run :
32
- name : Install Wine
33
- command : brew install wine
34
31
- run :
35
32
name : Build Apps
36
- command : yarn package
37
- - run :
38
- name : Decode Certificates
39
- command : base64 -D -o Certificates.p12 <<< $ReactotronCerts
40
- - run :
41
- name : Install Gems
42
- command : bundle install
43
- - run :
44
- name : Install Cert
45
- command : bundle exec fastlane setup
46
- - run :
47
- name : Sign Mac App
48
- command : codesign -s "$REACTOTRON_CODESIGN_IDENTITY" -vvv --deep --force ./release/darwin-x64/Reactotron-darwin-x64/Reactotron.app
49
- - run :
50
- name : Zip Linux 32bit
51
- command : cd ./release/linux-ia32/Reactotron-linux-ia32 && zip -r Reactotron-linux-ia32.zip ./
52
- - run :
53
- name : Zip Linux 64bit
54
- command : cd ./release/linux-x64/Reactotron-linux-x64 && zip -r Reactotron-linux-x64.zip ./
55
- - run :
56
- name : Zip Windows 32bit
57
- command : cd ./release/win32-ia32/Reactotron-win32-ia32 && zip -r Reactotron-win32-ia32.zip ./
58
- - run :
59
- name : Zip Linux 64bit
60
- command : cd ./release/win32-x64/Reactotron-win32-x64 && zip -r Reactotron-win32-x64.zip ./
61
- - run :
62
- name : Zip Mac
63
- command : cd ./release/darwin-x64/Reactotron-darwin-x64 && zip -r -y Reactotron-darwin-x64.zip ./Reactotron.app
33
+ command : yarn build
64
34
65
35
releaseVersion :
66
36
<< : *defaults
@@ -100,8 +70,7 @@ workflows:
100
70
version : 2
101
71
test_and_release :
102
72
jobs :
103
- - package :
104
- context : ReactotronCerts
73
+ - build_and_test :
105
74
filters :
106
75
branches :
107
76
ignore : master
You can’t perform that action at this time.
0 commit comments