Skip to content

Commit

Permalink
display the files in the directory for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Oct 23, 2023
1 parent 97a63b7 commit efc4574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Build WebARKitLib with Emscripten (Docker)
run: |
cd ..
ls
docker run -dit --name emscripten-webarkit-testing -v $(pwd):/src emscripten/emsdk:3.1.26 bash
docker exec emscripten-webarkit-testing emcmake cmake -B emscripten/WebARKitLib/WebARKit/build -S emscripten/WebARKitLib/WebARKit -DEMSCRIPTEN_COMP=1 ..
docker exec emscripten-webarkit-testing emmake make -C emscripten/WebARKitLib/WebARKit/build
Expand Down

0 comments on commit efc4574

Please sign in to comment.