Skip to content

Commit 9eba942

Browse files
committed
Add clang coroutines-ts to circleci config
refs boostorg#1918 refs boostorg#1920
1 parent f5064e0 commit 9eba942

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ jobs:
5555
name: build tests
5656
working_directory: /tmp/boost
5757
command: |
58+
./b2 -j 2 toolset=clang stdlib=libc++ cxxstd=latest cxxflags=-fcoroutines-ts variant=release,debug libs/beast/test
5859
./b2 -j 2 cxxstd=latest libs/beast/test
5960
./b2 -j 2 cxxstd=latest libs/beast/example

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version XXX:
2+
3+
* Add clang coroutines-ts to circleci config
4+
5+
--------------------------------------------------------------------------------
6+
17
Version 290:
28

39
* Travis build host now bionic

0 commit comments

Comments
 (0)