Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Billy O'Neal 9e585de2fe
Rename e2e tests with -s rather than _s. (#1108) 2023-07-10 07:44:19 -07:00
autoantwort 08179bb991
e2e tests: undouble output (#801)
* e2e tests: undouble output

* Fix windows ci
2022-11-16 16:02:15 -08:00
Billy O'Neal 593313aeeb
Fix fetch tests on systems that already have Ninja on the PATH. (#600)
Azure Pipelines has started putting a ninja on the PATH which causes the fetch test that assumes it needs to download ninja to fail. For example: https://dev.azure.com/vcpkg/public/_build/results?buildId=74025&view=results
2022-06-22 15:15:46 -07:00
Robert Schumacher 0e37c3e1aa
Refactor tools.cpp to homogenize system tools policies (#540)
* Refactor tools.cpp to homogenize system tools policies

* Fix Windows build

* Fix message map and formatting.

* PR Comments

* clang-format, const&

Co-authored-by: Billy Robert O'Neal <bion@microsoft.com>
2022-05-19 15:52:40 -07:00
Billy O'Neal 867e5c58fa
Fix end to end tests on VS2022 only systems. (#520)
* Change PlatformToolset to v143.
* Make e2e tests figure out the right Triplet to use on their own (previously, the vs-integration tests only passed given x86-windows so we may as well just lock it to that)
* Provide a default WorkingRoot in a reasonable place.
* Add CMake entries to the vcpkgTools.xml used in testing so that the tests pass if CMake is needed to extract a zip.
2022-04-22 15:56:06 -07:00
Robert Schumacher 4eba3d3e00
Teach vcpkg fetch to handle msi files (#117)
* Teach vcpkg fetch to handle msi files

* Fix linux build

* Add e2e test for vcpkg fetch
2021-07-15 14:40:06 -07:00