disable some u8g2 features in an attempt to reduce binary size #45
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install dependencies | |
run: | | |
sudo apt-get -qq update | |
sudo apt-get install -y build-essential python3 python3-dev | |
sudo pip3 install platformio | |
- name: Build firmware | |
run: | | |
cd firmware | |
pio run -t size |