diff --git a/.travis.yml b/.travis.yml index 0c1e89a..07a7d7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,11 +29,13 @@ 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 @@ -41,7 +43,7 @@ script: - 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 diff --git a/README.rst b/README.md similarity index 56% rename from README.rst rename to README.md index b2c92c7..53c04b2 100644 --- a/README.rst +++ b/README.md @@ -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