Add clang coroutines-ts to circleci config

refs #1918
refs #1920
This commit is contained in:
Richard Hodges
2020-04-27 16:11:59 +02:00
parent f5064e0c46
commit 9eba942d1f
2 changed files with 7 additions and 0 deletions

View File

@ -55,5 +55,6 @@ jobs:
name: build tests
working_directory: /tmp/boost
command: |
./b2 -j 2 toolset=clang stdlib=libc++ cxxstd=latest cxxflags=-fcoroutines-ts variant=release,debug libs/beast/test
./b2 -j 2 cxxstd=latest libs/beast/test
./b2 -j 2 cxxstd=latest libs/beast/example

View File

@ -1,3 +1,9 @@
Version XXX:
* Add clang coroutines-ts to circleci config
--------------------------------------------------------------------------------
Version 290:
* Travis build host now bionic