From efc4574be0c49abc708e19b7d0cf747e2dc71210 Mon Sep 17 00:00:00 2001 From: kalwalt Date: Mon, 23 Oct 2023 20:36:09 +0200 Subject: [PATCH] display the files in the directory for debugging --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0d92eb1..246e6a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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