1
0
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:
david gauchard 2019-10-31 16:55:11 +01:00 committed by GitHub
parent 8bc5a10d6d
commit 70e8c99019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View File

@ -76,6 +76,18 @@ jobs:
env: env:
- BUILD_PARITY=odd - 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" - name: "Host tests"
stage: build stage: build
script: $TRAVIS_BUILD_DIR/tests/ci/host_test.sh script: $TRAVIS_BUILD_DIR/tests/ci/host_test.sh
@ -98,18 +110,6 @@ jobs:
stage: build stage: build
script: $TRAVIS_BUILD_DIR/tests/buildm.sh 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" - name: "Boards"
stage: build stage: build
script: $TRAVIS_BUILD_DIR/tests/ci/build_boards.sh script: $TRAVIS_BUILD_DIR/tests/ci/build_boards.sh

View File

@ -3,7 +3,7 @@
BearSSL Secure Server Class 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) setBufferSizes(int recv, int xmit)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~