File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 88 branches :
99 - master
1010
11-
1211jobs :
1312 build :
1413 runs-on : ubuntu-latest
@@ -31,19 +30,14 @@ jobs:
3130 run : echo "GITHUB_CI_PR_SHA=${{github.event.pull_request.head.sha}}" >> "${GITHUB_ENV}" && echo "GITHUB_CI_CD=1" >> "${GITHUB_ENV}"
3231
3332 - name : Install standalone reference GCC toolchain
34- run : bash scripts/env.sh
33+ run : bash scripts/env.sh
3534
3635 - name : Build src/build-scripts/hex2dfu
3736 run : cd src/build-scripts && make clean all
3837
3938 - name : Build hydrafw
4039 - name : Build firmware
41- run : |
42- source build.env
43- chmod +x src/build-scripts/*
44- arm-none-eabi-gcc --version
45- arm-none-eabi-gcc -print-search-dirs
46- make V=1 -j$(nproc) -C src/
40+ run : source build.env && chmod +x src/build-scripts/* && arm-none-eabi-gcc --version && arm-none-eabi-gcc -print-search-dirs && make V=1 -j$(nproc) -C src/
4741
4842 - name : Archive hydrafw artifacts
4943 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments