diff options
| author | wangqr <wangqr@users.noreply.github.com> | 2020-06-10 21:04:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-10 18:04:32 -0700 |
| commit | 1509b14bb3e100ff579bc42c5923ed2871467844 (patch) | |
| tree | a4d15b19f21e4cf290ab509216c36e469a86bc66 /scripts | |
| parent | 473e54820731eae43b745f65240838aaaf88c9cf (diff) | |
| download | vcpkg-1509b14bb3e100ff579bc42c5923ed2871467844.tar.gz vcpkg-1509b14bb3e100ff579bc42c5923ed2871467844.zip | |
[avisynthplus] Upgrade to 3.6.0 (#11736)
* [avisynthplus] Upgrade to 3.6.0
AviSynth+ also supports linux and macOS now
* [avisynthplus] Allow x64-linux build fail on CI
AviSynth+ requires C++17 to build correctly. C++17 std::filesystem is not available in gcc 7.5 used in CI.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 08abb6681..bd821958d 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -92,6 +92,7 @@ atlmfc:x64-linux=fail atlmfc:x64-osx=fail
aubio:x64-linux=fail
aubio:x64-osx=fail
+avisynthplus:x64-linux=fail
avisynthplus:x64-windows-static=fail
avro-c:arm-uwp=fail
avro-c:x64-osx=fail
|
