We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4afe8d commit 9357a57Copy full SHA for 9357a57
.github/workflows/build.yml
@@ -65,7 +65,12 @@ jobs:
65
66
echo "Contents of main:"
67
cat ${{github.workspace}}/project/main.cpp
68
-
+
69
+ - name: Add startup file (if it exists)
70
+ if: ${{ hashFiles('${{github.workspace}}/targets/chip/${{matrix.cpu}}/startup.cpp') != '' }}
71
+ run: |
72
+ sed -i '6 s/# //' ./project/CMakeLists.txt
73
74
- name: Configure CMake
75
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
76
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
0 commit comments