File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -117,26 +117,6 @@ jobs:
117117 path : ${{ github.workspace }}/build/coverage-html
118118 retention-days : 30
119119
120- avr :
121- if : github.event_name == 'push'
122- runs-on : ubuntu-latest
123- env :
124- mcu : at90can64
125- flags : >
126- -Wall -Wextra -Werror -pedantic -Wconversion -Wtype-limits -Wno-error=unused-function -Wno-error=conversion
127- steps :
128- - uses : actions/checkout@v4
129- with :
130- submodules : true
131- - run : |
132- sudo apt-get update -y && sudo apt-get upgrade -y
133- sudo apt-get install gcc-avr avr-libc
134- avr-gcc --version
135- - run : avr-gcc libcanard/*.c -isystem lib/cavl2 -c -std=c99 -mmcu=${{ env.mcu }} ${{ env.flags }}
136- - run : avr-gcc libcanard/*.c -isystem lib/cavl2 -c -std=c11 -mmcu=${{ env.mcu }} ${{ env.flags }}
137- - run : avr-gcc libcanard/*.c -isystem lib/cavl2 -c -std=gnu99 -mmcu=${{ env.mcu }} ${{ env.flags }}
138- - run : avr-gcc libcanard/*.c -isystem lib/cavl2 -c -std=gnu11 -mmcu=${{ env.mcu }} ${{ env.flags }}
139-
140120 arm :
141121 if : github.event_name == 'push'
142122 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments