mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-22 21:23:07 +03:00
fix doc and update ci (#6692)
This commit is contained in:
parent
8bc5a10d6d
commit
70e8c99019
24
.travis.yml
24
.travis.yml
@ -76,6 +76,18 @@ jobs:
|
||||
env:
|
||||
- BUILD_PARITY=odd
|
||||
|
||||
- name: "Mac OSX can build sketches"
|
||||
os: osx
|
||||
stage: build
|
||||
script: $TRAVIS_BUILD_DIR/tests/build.sh
|
||||
env: MACOSX=1 BUILD_PARITY=custom mod=500 rem=1
|
||||
|
||||
- name: "Windows can build sketches"
|
||||
os: windows
|
||||
stage: build
|
||||
script: $TRAVIS_BUILD_DIR/tests/build.sh
|
||||
env: WINDOWS=1 BUILD_PARITY=custom mod=500 rem=1
|
||||
|
||||
- name: "Host tests"
|
||||
stage: build
|
||||
script: $TRAVIS_BUILD_DIR/tests/ci/host_test.sh
|
||||
@ -98,18 +110,6 @@ jobs:
|
||||
stage: build
|
||||
script: $TRAVIS_BUILD_DIR/tests/buildm.sh
|
||||
|
||||
- name: "Mac OSX can build sketches"
|
||||
os: osx
|
||||
stage: build
|
||||
script: $TRAVIS_BUILD_DIR/tests/build.sh
|
||||
env: MACOSX=1 BUILD_PARITY=custom mod=500 rem=1
|
||||
|
||||
- name: "Windows can build sketches"
|
||||
os: windows
|
||||
stage: build
|
||||
script: $TRAVIS_BUILD_DIR/tests/build.sh
|
||||
env: WINDOWS=1 BUILD_PARITY=custom mod=500 rem=1
|
||||
|
||||
- name: "Boards"
|
||||
stage: build
|
||||
script: $TRAVIS_BUILD_DIR/tests/ci/build_boards.sh
|
||||
|
@ -3,7 +3,7 @@
|
||||
BearSSL Secure Server Class
|
||||
---------------------------
|
||||
|
||||
Implements a TLS encrypted server with optional client certificate validation. See `Server Class <server-class.rst>`__ for general information and `BearSSL Secure Client Class <bearssl-secure-client-class.rst>`__ for basic server and BearSSL concepts.
|
||||
Implements a TLS encrypted server with optional client certificate validation. See `Server Class <server-class.rst>`__ for general information and `BearSSL Secure Client Class <bearssl-client-secure-class.rst>`__ for basic server and BearSSL concepts.
|
||||
|
||||
setBufferSizes(int recv, int xmit)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
Loading…
x
Reference in New Issue
Block a user