Skip to content

Commit c919f1b

Browse files
WIP
1 parent 98debb4 commit c919f1b

1 file changed

Lines changed: 18 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)