Skip to content

Commit acfbf26

Browse files
committed
CI: check build configuration on AVR
Ported from 976a6d7
1 parent 461cdaa commit acfbf26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,11 @@ jobs:
132132
- name: Install
133133
run: |
134134
sudo apt-get update
135-
sudo apt-get install -y g++-multilib
135+
sudo apt-get install -y g++-multilib gcc-avr avr-libc
136136
- name: Checkout
137137
uses: actions/checkout@v3
138+
- name: AVR
139+
run: avr-g++ -std=c++11 -Isrc extras/conf_test/avr.cpp
138140
- name: GCC 32-bit
139141
run: g++ -std=c++11 -m32 -Isrc extras/conf_test/x86.cpp
140142
- name: GCC 64-bit

0 commit comments

Comments
 (0)