forked from aharshac/EasyNTPClient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
18 lines (18 loc) · 689 Bytes
/
.travis.yml
File metadata and controls
18 lines (18 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: cpp
sudo: false
before_install:
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
install:
# - git clone https://github.com/bportaluri/WiFiEsp $HOME/arduino_ide/libraries/WiFiEsp
- arduino --install-library "WiFiEsp"
script:
- build_platform esp8266
# - build_platform uno
# - arduino --install-library "WiFiEsp"
# - arduino --install-library "ESP8266WiFi"
# - arduino --verify --board arduino:avr:uno $PWD/examples/ArduinoEspWifiShield/ArduinoEspWifiShield.ino
# - arduino --verify --board esp8266:esp8266:nodemcuv2 $PWD/examples/NodeMCU/NodeMCU.ino
notifications:
email:
on_success: change
on_failure: change