-
Notifications
You must be signed in to change notification settings - Fork 0
24 lines (23 loc) · 960 Bytes
/
Copy pathci.yml
File metadata and controls
24 lines (23 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
on: ["push"]
jobs:
arduino-main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: arduino/compile-sketches@v1
with:
fqbn: "stm32duino:STM32F1:genericSTM32F103C"
platforms: |
- name: "stm32duino:STM32F1"
source-url: "http://dan.drown.org/stm32duino/package_STM32duino_index.json"
sketch-paths: |
- main
- tests/ejection_test
libraries: |
- name: MPU6050_light
- name: MS5611
- name: Queue
- name: SD
- source-url: "https://github.com/armtronix/arduino-LoRa-STM32/archive/refs/heads/master.zip"
# SPI.h and Wire.h seem to be available per default
enable-deltas-report: true