51
51
at : ~/
52
52
- run :
53
53
name : Run jasmine tests (part A)
54
- command : ./. circleci/test.sh no-gl-jasmine
54
+ command : .circleci/test.sh no-gl-jasmine
55
55
56
56
webgl-jasmine :
57
57
docker :
64
64
at : ~/
65
65
- run :
66
66
name : Run jasmine tests (part B)
67
- command : ./. circleci/test.sh webgl-jasmine
67
+ command : .circleci/test.sh webgl-jasmine
68
68
69
69
flaky-no-gl-jasmine :
70
70
docker :
76
76
at : ~/
77
77
- run :
78
78
name : Run jasmine tests (part C)
79
- command : ./. circleci/test.sh flaky-no-gl-jasmine
79
+ command : .circleci/test.sh flaky-no-gl-jasmine
80
80
81
81
make-baselines :
82
82
parallelism : 4
@@ -106,15 +106,15 @@ jobs:
106
106
command : sudo apt install fonts-noto-cjk
107
107
- run :
108
108
name : download google fonts e.g. Dosis, GravitasOne, NotoSansMono, NotoSans, NotoSerif, Old_Standard_TT, PT_Sans_Narrow, Raleway and Roboto
109
- command : python3 ./. circleci/download_google_fonts.py
109
+ command : python3 .circleci/download_google_fonts.py
110
110
- run :
111
111
name : install downloaded google fonts
112
112
command : |
113
113
sudo cp -r .circleci/fonts/ /usr/share/
114
114
sudo fc-cache -f
115
115
- run :
116
116
name : create all png files
117
- command : ./. circleci/test.sh make-baselines
117
+ command : .circleci/test.sh make-baselines
118
118
- persist_to_workspace :
119
119
root : ~/
120
120
paths :
@@ -129,7 +129,7 @@ jobs:
129
129
at : ~/
130
130
- run :
131
131
name : compare pixels
132
- command : ./. circleci/test.sh test-image ; find build -maxdepth 1 -type f -delete
132
+ command : .circleci/test.sh test-image ; find build -maxdepth 1 -type f -delete
133
133
- store_artifacts :
134
134
path : build
135
135
destination : /
@@ -198,7 +198,7 @@ jobs:
198
198
at : ~/
199
199
- run :
200
200
name : Run syntax tests on source files
201
- command : ./. circleci/test.sh source-syntax
201
+ command : .circleci/test.sh source-syntax
202
202
203
203
jasmine-bundle :
204
204
docker :
@@ -210,7 +210,7 @@ jobs:
210
210
at : ~/
211
211
- run :
212
212
name : Run jasmine tests (part D)
213
- command : ./. circleci/test.sh jasmine-bundle
213
+ command : .circleci/test.sh jasmine-bundle
214
214
215
215
publish-dist :
216
216
docker :
0 commit comments