File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,10 +115,15 @@ jobs:
115115 chmod +x build.sh
116116 ./build.sh
117117 cd ..
118- 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
121- test -f ./pilotlight/pilotlight.so || exit 1
118+ cd out
119+ ls
120+ cd ../pilotlight
121+ ls
122+ cd ../src
123+ test -f ../out/pilotlight_python || exit 1
124+ test -f ../out/gltfd.a || exit 1
125+ test -f ../out/pl_platform_ext.a || exit 1
126+ test -f ../pilotlight/pilotlight.so || exit 1
122127
123128 Ubuntu :
124129
@@ -178,7 +183,12 @@ jobs:
178183 chmod +x build.sh
179184 ./build.sh
180185 cd ..
181- test -f ./out/pilotlight_python || exit 1
182- test -f ./out/gltfd.a || exit 1
183- test -f ./out/pl_platform_ext.a || exit 1
184- test -f ./pilotlight/pilotlight.so || exit 1
186+ cd out
187+ ls
188+ cd ../pilotlight
189+ ls
190+ cd ../src
191+ test -f ../out/pilotlight_python || exit 1
192+ test -f ../out/gltfd.a || exit 1
193+ test -f ../out/pl_platform_ext.a || exit 1
194+ test -f ../pilotlight/pilotlight.so || exit 1
You can’t perform that action at this time.
0 commit comments