mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +02:00
Add package for Travis config
This commit is contained in:
@ -27,6 +27,7 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
# GCC 6.0, Debug + Coverage
|
# GCC 6.0, Debug + Coverage
|
||||||
- os: linux
|
- os: linux
|
||||||
|
dist: trusty
|
||||||
compiler: g++-6
|
compiler: g++-6
|
||||||
env:
|
env:
|
||||||
- VARIANT=beast_coverage
|
- VARIANT=beast_coverage
|
||||||
@ -47,6 +48,7 @@ matrix:
|
|||||||
|
|
||||||
# Default clang++ with libc++
|
# Default clang++ with libc++
|
||||||
- os: linux
|
- os: linux
|
||||||
|
dist: trusty
|
||||||
compiler: clang++-libc++
|
compiler: clang++-libc++
|
||||||
env:
|
env:
|
||||||
- VARIANT=debug
|
- VARIANT=debug
|
||||||
@ -58,6 +60,7 @@ matrix:
|
|||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- libc++-dev
|
- libc++-dev
|
||||||
|
- libc++abi-dev
|
||||||
|
|
||||||
# Default g++
|
# Default g++
|
||||||
- os: linux
|
- os: linux
|
||||||
@ -86,6 +89,7 @@ matrix:
|
|||||||
|
|
||||||
# GCC 5.0, Valgrind
|
# GCC 5.0, Valgrind
|
||||||
- os: linux
|
- os: linux
|
||||||
|
dist: trusty
|
||||||
compiler: g++-5
|
compiler: g++-5
|
||||||
env:
|
env:
|
||||||
- VARIANT=beast_valgrind
|
- VARIANT=beast_valgrind
|
||||||
|
@ -1,10 +1,15 @@
|
|||||||
|
Version 267:
|
||||||
|
|
||||||
|
* Add package for Travis config
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 266:
|
Version 266:
|
||||||
|
|
||||||
* Fix some missing deduced return types in the docs
|
* Fix some missing deduced return types in the docs
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
Version 265:
|
Version 265:
|
||||||
|
|
||||||
* Fix outgoing websocket message compression
|
* Fix outgoing websocket message compression
|
||||||
|
Reference in New Issue
Block a user