Skip to content

Commit f443722

Browse files
WIP
1 parent 98debb4 commit f443722

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,14 @@ jobs:
115115
chmod +x build.sh
116116
./build.sh
117117
cd ..
118+
cd out
119+
ls
120+
cd ../pilotlight
121+
ls
122+
cd ..
118123
test -f ./out/pilotlight_python || exit 1
119-
test -f ./out/gltfd.a || exit 1
120-
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
121126
test -f ./pilotlight/pilotlight.so || exit 1
122127
123128
Ubuntu:
@@ -178,6 +183,11 @@ jobs:
178183
chmod +x build.sh
179184
./build.sh
180185
cd ..
186+
cd out
187+
ls
188+
cd ../pilotlight
189+
ls
190+
cd ..
181191
test -f ./out/pilotlight_python || exit 1
182192
test -f ./out/gltfd.a || exit 1
183193
test -f ./out/pl_platform_ext.a || exit 1

0 commit comments

Comments
 (0)