File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,18 @@ jobs:
39
39
# run: mv "$GITHUB_WORKSPACE/extras/ArduinoCore-API/api" "$GITHUB_WORKSPACE/cores/arduino"
40
40
if : steps.checkapi.outputs.IS_API == 'true'
41
41
42
+ - name : List files in build
43
+ run : tree ./build/
42
44
43
45
- name : Configure CMake
46
+ continue-on-error : true
44
47
working-directory : ${{github.workspace}}/test
45
48
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
46
49
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
47
50
run : cmake -S "." -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
48
51
49
52
- name : Build
53
+ continue-on-error : true
50
54
# Build your program with the given configuration
51
55
run : cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
52
56
You can’t perform that action at this time.
0 commit comments