Update 2 files
Some checks failed
Build-Test-Publish / build (linux/amd64) (push) Failing after 7s
Build-Test-Publish / build (linux/arm64) (push) Failing after 8s
Build-Test-Publish / test-install-from-scratch (linux/amd64) (push) Has been skipped
Build-Test-Publish / test-install-from-scratch (linux/arm64) (push) Has been skipped
Some checks failed
Build-Test-Publish / build (linux/amd64) (push) Failing after 7s
Build-Test-Publish / build (linux/arm64) (push) Failing after 8s
Build-Test-Publish / test-install-from-scratch (linux/amd64) (push) Has been skipped
Build-Test-Publish / test-install-from-scratch (linux/arm64) (push) Has been skipped
This commit is contained in:
@ -29,6 +29,8 @@ docker run --rm \
|
||||
-e CMAKE_BUILD_TYPE="${CMAKE_BUILD_TYPE:-Debug}" \
|
||||
gitea.jde.nz/public/dropshell-build-base:latest \
|
||||
bash -c "
|
||||
echo 'Contents of /src:' && ls -la /src && \
|
||||
echo 'Looking for CMakeLists.txt:' && find /src -name 'CMakeLists.txt' && \
|
||||
cd /build && \
|
||||
cmake -G Ninja -S /src -B . \
|
||||
-DCMAKE_BUILD_TYPE=\${CMAKE_BUILD_TYPE} \
|
||||
|
@ -29,6 +29,8 @@ docker run --rm \
|
||||
-e CMAKE_BUILD_TYPE="${CMAKE_BUILD_TYPE:-Debug}" \
|
||||
gitea.jde.nz/public/dropshell-build-base:latest \
|
||||
bash -c "
|
||||
echo 'Contents of /src:' && ls -la /src && \
|
||||
echo 'Looking for CMakeLists.txt:' && find /src -name 'CMakeLists.txt' && \
|
||||
cd /build && \
|
||||
cmake -G Ninja -S /src -B . \
|
||||
-DCMAKE_BUILD_TYPE=\${CMAKE_BUILD_TYPE} \
|
||||
|
Reference in New Issue
Block a user