Skip to content

Commit 9685aab

Browse files
committed
aa
1 parent a9d2318 commit 9685aab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cmake-single-platform.yml

+4
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,18 @@ jobs:
3939
# run: mv "$GITHUB_WORKSPACE/extras/ArduinoCore-API/api" "$GITHUB_WORKSPACE/cores/arduino"
4040
if: steps.checkapi.outputs.IS_API == 'true'
4141

42+
- name: List files in build
43+
run: tree ./build/
4244

4345
- name: Configure CMake
46+
continue-on-error: true
4447
working-directory: ${{github.workspace}}/test
4548
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
4649
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
4750
run: cmake -S "." -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
4851

4952
- name: Build
53+
continue-on-error: true
5054
# Build your program with the given configuration
5155
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
5256

0 commit comments

Comments
 (0)