Skip to content

Commit

Permalink
compile action
Browse files Browse the repository at this point in the history
  • Loading branch information
Foroxon committed Jan 12, 2024
1 parent 4e3c515 commit 45eef95
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
- pull_request
- push
jobs:
compile_firmware:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Compile firmware
uses: arduino/compile-sketches@v1
with:
sketch-paths: |
- ${{ github.workspace }}/src/firmware.ino
fqbn: esp32:esp32:esp32
libraries: |
${{ github.workspace }}/lib
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/deploy/alerts_map.png
/deploy/weather_map.png
/deploy/shared_data/
.DS_Store
.DS_Store
.idea/

0 comments on commit 45eef95

Please sign in to comment.