This repository was archived by the owner on Feb 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +36
-36
lines changed Expand file tree Collapse file tree 2 files changed +36
-36
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,15 @@ version: 2
33workdir : &workdir
44 working_directory : ~/parse-commit-message
55
6- node8osx : &node8osx
7- << : *workdir
8- macos :
9- xcode : " 9.2"
10-
11- node10osx : &node10osx
12- << : *workdir
13- macos :
14- xcode : " 9"
6+ # node8osx: &node8osx
7+ # <<: *workdir
8+ # macos:
9+ # xcode: "9.2"
1510
16- node10osx : &node10osx
17- << : *workdir
18- macos :
19- xcode : " 9.4 "
11+ # node10osx: &node10osx
12+ # <<: *workdir
13+ # macos:
14+ # xcode: "9"
2015
2116node8linux : &node8linux
2217 << : *workdir
@@ -65,30 +60,34 @@ jobs:
6560 install-node8linux :
6661 << : *node8linux
6762 << : *jobinstall
68- install-node8osx :
69- << : *node8osx
70- << : *jobinstall
7163
7264 test-node8linux :
7365 << : *node8linux
7466 << : *jobtest
75- test-node8osx :
76- << : *node8osx
77- << : *jobtest
7867
7968 install-node10linux :
8069 << : *node10linux
8170 << : *jobinstall
82- install-node10osx :
83- << : *node10osx
84- << : *jobinstall
8571
8672 test-node10linux :
8773 << : *node10linux
8874 << : *jobtest
89- test-node10osx :
90- << : *node10osx
91- << : *jobtest
75+
76+ # install-node8osx:
77+ # <<: *node8osx
78+ # <<: *jobinstall
79+
80+ # test-node8osx:
81+ # <<: *node8osx
82+ # <<: *jobtest
83+
84+ # install-node10osx:
85+ # <<: *node10osx
86+ # <<: *jobinstall
87+
88+ # test-node10osx:
89+ # <<: *node10osx
90+ # <<: *jobtest
9291
9392 release :
9493 << : *node10linux
@@ -113,20 +112,21 @@ workflows:
113112 requires :
114113 - install-node10linux
115114 # OSX
116- - install-node8osx
117- - test-node8osx :
118- requires :
119- - install-node8osx
120- - install-node10osx
121- - test-node10osx :
122- requires :
123- - install-node10osx
115+ # - install-node8osx
116+ # - test-node8osx:
117+ # requires:
118+ # - install-node8osx
119+ # - install-node10osx
120+ # - test-node10osx:
121+ # requires:
122+ # - install-node10osx
124123
125124 # Release and NPM publish
125+ # Executed only on master
126126 - release :
127127 requires :
128- - test-node8osx
129- - test-node10osx
128+ # - test-node8osx
129+ # - test-node10osx
130130 - test-node8linux
131131 - test-node10linux
132132 filters :
Original file line number Diff line number Diff line change 77 "lint" : " xaxa" ,
88 "test" : " nyc --require esm asia" ,
99 "gitadd" : " git status --porcelain && git add -A" ,
10- "commit-dry" : " yarn gitadd && yarn commit " ,
10+ "commit-dry" : " yarn gitadd && gitcommit -sS " ,
1111 "precommit" : " yarn lint && yarn test && yarn gitadd" ,
1212 "commit" : " gitcommit -sS" ,
1313 "prebuild" : " rm -rf dist && mkdir dist" ,
You can’t perform that action at this time.
0 commit comments