We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7aeab6 + 485e403 commit 853742cCopy full SHA for 853742c
circle.yml
@@ -3,7 +3,7 @@ jobs:
3
build:
4
working_directory: ~/socket.io-client-cpp
5
macos:
6
- xcode: "9.0"
+ xcode: "10.0"
7
steps:
8
- checkout
9
- run:
conanfile.txt
@@ -9,6 +9,7 @@ cmake_paths
10
[options]
11
OpenSSL:no_zlib=True
12
+OpenSSL:no_async=True
13
boost:without_python=True
14
boost:without_context=True
15
boost:without_container=True
0 commit comments