We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98debb4 commit f443722Copy full SHA for f443722
.github/workflows/build.yml
@@ -115,9 +115,14 @@ jobs:
115
chmod +x build.sh
116
./build.sh
117
cd ..
118
+ cd out
119
+ ls
120
+ cd ../pilotlight
121
122
+ cd ..
123
test -f ./out/pilotlight_python || exit 1
- test -f ./out/gltfd.a || exit 1
- test -f ./out/pl_platform_ext.a || exit 1
124
+ test -f ./out/libgltfd.a || exit 1
125
+ test -f ./out/libpl_platform_ext.a || exit 1
126
test -f ./pilotlight/pilotlight.so || exit 1
127
128
Ubuntu:
@@ -178,6 +183,11 @@ jobs:
178
183
179
184
180
185
186
187
188
189
190
181
191
182
192
test -f ./out/gltfd.a || exit 1
193
test -f ./out/pl_platform_ext.a || exit 1
0 commit comments