File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 8888 command : ./.circleci/test.sh image
8989 - store_artifacts :
9090 path : build
91+ destination : /
9192
9293 test-image2 :
9394 docker :
@@ -107,6 +108,7 @@ jobs:
107108 command : ./.circleci/test.sh image2
108109 - store_artifacts :
109110 path : build
111+ destination : /
110112
111113 test-syntax :
112114 docker :
@@ -120,6 +122,24 @@ jobs:
120122 name : Run syntax tests
121123 command : ./.circleci/test.sh syntax
122124
125+ publish :
126+ docker :
127+ - image : circleci/node:10.9.0
128+ working_directory : ~/plotly.js
129+ steps :
130+ - checkout
131+ - attach_workspace :
132+ at : ~/plotly.js
133+ - store_artifacts :
134+ path : build/plotly.js
135+ destination : /plotly.js
136+ - store_artifacts :
137+ path : dist/plotly.min.js
138+ destination : /plotly.min.js
139+ - store_artifacts :
140+ path : dist/plot-schema.json
141+ destination : /plot-schema.json
142+
123143workflows :
124144 version : 2
125145 build-and-test :
@@ -140,3 +160,10 @@ workflows:
140160 - test-syntax :
141161 requires :
142162 - build
163+ - publish :
164+ requires :
165+ - test-jasmine
166+ - test-jasmine2
167+ - test-image
168+ - test-image2
169+ - test-syntax
You can’t perform that action at this time.
0 commit comments