mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-01-16 21:58:13 +01:00
26 lines
453 B
YAML
26 lines
453 B
YAML
sudo: false
|
|
language: python
|
|
|
|
os:
|
|
- linux
|
|
|
|
cache:
|
|
directories:
|
|
- "~/.platformio"
|
|
|
|
install:
|
|
- 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
|