File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 69
69
- name : Compile
70
70
run : |
71
71
export PATH="/usr/lib/ccache:${{ runner.temp }}/arm-gcc/bin/:/home/runner/.local/bin:$PATH"
72
- python tools/progen_compile.py --release --parallel -v -v --ignore-failures
72
+ python tools/progen_compile.py --release --parallel -v
73
73
(ls -lR firmware_*; ccache -s; arm-none-eabi-gcc -v) | tee log.txt
74
74
mkdir bootloaders
75
75
cp projectfiles/make_gcc_arm/*_bl/build/*_crc.{bin,hex} bootloaders
Original file line number Diff line number Diff line change 49
49
50
50
- name : Compile
51
51
run : |
52
- python tools/progen_compile.py -t cmake_gcc_arm -g mingw-make --release --parallel -v --ignore-failures
52
+ python tools/progen_compile.py -t cmake_gcc_arm -g mingw-make --release --parallel -v
53
53
shell : cmd
54
54
55
55
- name : Upload test artifacts
You can’t perform that action at this time.
0 commit comments