diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2020-04-24 14:01:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-24 14:01:38 -0700 |
| commit | 84f94fb6fd9dc993f608d65c383592d6d8b6a798 (patch) | |
| tree | e4985d092877d173a53ed2e986707942686dfd36 /scripts | |
| parent | a511b4376610088ad8d26f942a79404c62b7e44b (diff) | |
| parent | b009c2e5b047591d14ba5a36f682942ccdb14d42 (diff) | |
| download | vcpkg-84f94fb6fd9dc993f608d65c383592d6d8b6a798.tar.gz vcpkg-84f94fb6fd9dc993f608d65c383592d6d8b6a798.zip | |
[cppcoro] add new port (#10693)
* [cppcoro] add new port
* [cppcoro] update with PR review
* update reference to tag and hash value
* ${PORT} for destination
Linux build support should marked unavailable?
* [cppcoro] embed CMakeLists.txt file
* copy the CMakeLists.txt file and start build with it
* change version to 2020.2
For now the repo doesn't have any tags.
Therefore its version followed the latest commit,
which is made in 2020 Feb.
* [cppcoro] 2020-02-28
* [cppcoro] port install failure on platforms
* vcpkg_fail_port_install on uwp/linux
mention PR #10693 so linux/clang users can see the port issues
* [cppcoro] force static linkage
* report error for clang-cl
build with VC++ in VS 2019 will fail by the header file.
* [cppcoro] register ci.baseline failure
* [cppcoro] Simplify CMakeLists.txt to ease future maintenance. Fix VS 2019 builds.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 490e2a0ff..961116554 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -283,6 +283,9 @@ cpp-netlib:arm-uwp=fail cpp-netlib:x64-uwp=fail
cpp-netlib:x64-linux=ignore
cpp-taskflow:x64-osx=fail
+cppcoro:x64-linux=fail
+cppcoro:arm-uwp=fail
+cppcoro:x64-uwp=fail
cppunit:arm64-windows=fail
cppunit:arm-uwp=fail
cppunit:x64-linux=fail
|
