Skip to content

Commit 6fb9c90

Browse files
ci: remove AVR build test
1 parent bf8a947 commit 6fb9c90

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)