-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from pilotak/dev
new version
- Loading branch information
Showing
13 changed files
with
602 additions
and
283 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
language: python | ||
python: | ||
- "2.7" | ||
|
||
sudo: false | ||
cache: | ||
directories: | ||
- "~/.platformio" | ||
|
||
install: | ||
- pip install -U platformio | ||
- platformio update | ||
- platformio lib -g install 5763 | ||
- platformio lib -g install https://github.com/pilotak/MCP3X21 | ||
|
||
script: | ||
- platformio ci --lib="." --board=uno "./examples/timers/WeatherMeters_AVR" | ||
- platformio ci --lib="." --board=esp32dev "./examples/timers/WeatherMeters_ESP32" | ||
- platformio ci --lib="." --board=d1_mini "./examples/timers/WeatherMeters_ESP8266" | ||
- platformio ci --lib="." --board=bluepill_f103c8 "./examples/timers/WeatherMeters_STM32" | ||
- platformio ci --lib="." --board=d1_mini "./examples/WeatherMeters_adhoc" | ||
- platformio ci --lib="." --board=d1_mini "./examples/WeatherMeters_external_ADC" | ||
|
||
notifications: | ||
email: | ||
on_success: change | ||
on_failure: change |
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.