forked from bblanchon/ArduinoJson
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -132,9 +132,11 @@ jobs:
|
|||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y g++-multilib
|
sudo apt-get install -y g++-multilib gcc-avr avr-libc
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: AVR
|
||||||
|
run: avr-g++ -std=c++11 -Isrc extras/conf_test/avr.cpp
|
||||||
- name: GCC 32-bit
|
- name: GCC 32-bit
|
||||||
run: g++ -std=c++11 -m32 -Isrc extras/conf_test/x86.cpp
|
run: g++ -std=c++11 -m32 -Isrc extras/conf_test/x86.cpp
|
||||||
- name: GCC 64-bit
|
- name: GCC 64-bit
|
||||||
|
Reference in New Issue
Block a user