Skip to content

Commit

Permalink
Merge pull request #11 from luc-github/devt
Browse files Browse the repository at this point in the history
Devt add travis script and badges
  • Loading branch information
luc-github authored Feb 7, 2020
2 parents 2af5fff + 182da52 commit c88e176
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,21 @@ before_script:
- cd esp32/tools
- python get.py
- cd $TRAVIS_BUILD_DIR
- git clone -b 2.1 https://github.com/espressif/esp3d.git esp3d
- git clone -b 2.1 https://github.com/luc-github/esp3d.git esp3d
- cp -f ESP32SSDP.cpp $TRAVIS_BUILD_DIR/esp3d/libraries/ESP32SSDP
- cp -f ESP32SSDP.h $TRAVIS_BUILD_DIR/esp3d/libraries/ESP32SSDP
- cp -r $TRAVIS_BUILD_DIR/esp3d/libraries/ESP32SSDP $HOME/arduino_ide/libraries/
- cp -r $TRAVIS_BUILD_DIR/esp3d/libraries/arduinoWebSockets $HOME/arduino_ide/libraries/
- cp -r $TRAVIS_BUILD_DIR/esp3d/libraries/arduinoWebSockets $HOME/arduino_ide/libraries/
- cp -r $TRAVIS_BUILD_DIR/esp3d/libraries/ESP32NETBIOS $HOME/arduino_ide/libraries/
- cp -r platformio.ini $TRAVIS_BUILD_DIR/esp3d/

script:
- cd $TRAVIS_BUILD_DIR
- source command.sh
- export PATH="$HOME/arduino_ide:$PATH"
- rm -f $HOME/.arduino15/preferences.txt
- arduino --board esp32:esp32:esp32:PartitionScheme=min_spiffs,FlashFreq=80,PSRAM=disabled,CPUFreq=240,FlashMode=qio,FlashSize=4M,DebugLevel=none --pref compiler.warning_level=all --save-prefs
- build_sketch $TRAVIS_BUILD_DIR/esp3d/esp3d.ino
- build_sketch $TRAVIS_BUILD_DIR/esp3d/esp3d/esp3d.ino
- rm -fr $HOME/arduino_ide
- rm -fr $HOME/.arduino15
- cd $TRAVIS_BUILD_DIR/esp3d
Expand Down
5 changes: 4 additions & 1 deletion README.rst → README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
ESP32 Simple Service Discovery Copyright (c) 2015 Hristo Gochkov
Original (Arduino) version by Filippo Sallemi, July 23, 2014. Can be
found at: https://github.com/nomadnt/uSSDP
found at: https://github.com/nomadnt/uSSDP
[Latest stable release ![Release Version](https://img.shields.io/github/release/luc-github/ESP32SSDP.svg?style=plastic) ![Release Date](https://img.shields.io/github/release-date/luc-github/ESP32SSDP.svg?style=plastic)](https://github.com/luc-github/ESP32SSDP/releases/latest/) [![Travis (.org) branch](https://img.shields.io/travis/luc-github/ESP32SSDP/master?style=plastic)](https://travis-ci.org/luc-github/ESP32SSDP)

[Latest development version ![Development Version](https://img.shields.io/badge/devt-yellow?style=plastic) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/luc-github/ESP32SSDP/devt?style=plastic)](https://github.com/luc-github/ESP32SSDP/tree/devt) [![Travis (.org) branch](https://img.shields.io/travis/luc-github/ESP32SSDP/devt?style=plastic)](https://travis-ci.org/luc-github/ESP32SSDP)

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
Expand Down

0 comments on commit c88e176

Please sign in to comment.