We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5064e0 commit 9eba942Copy full SHA for 9eba942
.circleci/config.yml
@@ -55,5 +55,6 @@ jobs:
55
name: build tests
56
working_directory: /tmp/boost
57
command: |
58
+ ./b2 -j 2 toolset=clang stdlib=libc++ cxxstd=latest cxxflags=-fcoroutines-ts variant=release,debug libs/beast/test
59
./b2 -j 2 cxxstd=latest libs/beast/test
60
./b2 -j 2 cxxstd=latest libs/beast/example
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+Version XXX:
2
+
3
+* Add clang coroutines-ts to circleci config
4
5
+--------------------------------------------------------------------------------
6
7
Version 290:
8
9
* Travis build host now bionic
0 commit comments