1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-01-17 06:08:15 +01:00
Grbl_Esp32/.travis.yml

26 lines
453 B
YAML
Raw Permalink Normal View History

sudo: false
language: python
os:
- linux
cache:
directories:
- "~/.platformio"
install:
2020-03-23 19:54:46 +09:00
- pip install -U platformio
script:
- ./configure-features.py -e WIFI -d BLUETOOTH -v
- ./build-machine.py test_drive.h
- ./configure-features.py -e BLUETOOTH -d WIFI -v
- ./build-machine.py test_drive.h
- ./configure-features.py -e BLUETOOTH WIFI -v
- ./build-all.py
notifications:
email:
on_success: change
on_failure: change