Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-14 | azure: add mqtt support to one of the Windows builds | Daniel Stenberg | |
2020-04-02 | CI: increase Azure Pipelines timeouts due to performance issues | Marc Hoersken | |
The current demand on Azure negatively impacts the CI performance. | |||
2020-03-24 | CI: migrate macOS jobs from Azure and Travis CI to GitHub Actions | Marc Hoersken | |
Reduce workload on Azure Pipelines and Travis CI while consolidating macOS jobs onto less utilized GitHub Actions. Reviewed-by: Daniel Stenberg Closes #5124 | |||
2020-03-24 | copyright: fix out-of-date copyright ranges and missing headers | Daniel Stenberg | |
Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141 | |||
2020-03-20 | ci/tests: fix Azure Pipelines not running Windows containers | Marc Hoersken | |
Workaround posted here: microsoft/azure-pipelines-agent#2864 Assisted-by: Simon Chalifoux Assisted-by: Tommy Petty Fixes #5117 Closes #5129 | |||
2020-03-17 | CI: stop ignoring 323, it is disabled | Daniel Stenberg | |
2020-03-17 | ci/tests: increase timeouts for torture builds on Azure Pipelines | Marc Hoersken | |
For some reason the torture builds have slowed down recently. Reported-by: Daniel Stenberg | |||
2020-03-16 | ci/tests: fix Azure Pipelines not running for pull requests | Marc Hoersken | |
Closes #5111 | |||
2020-03-15 | ci/tests: fix and align setting TFLAGS for make test-nonflaky | Marc Hoersken | |
2020-03-15 | ci/tests: install test suite dependencies stunnel and impacket | Marc Hoersken | |
2020-03-03 | ci/tests: Make it possible to still run but ignore failing tests | Marc Hoersken | |
This enables the development of a solution for the failing tests by running them on CI while ignoring their result for the overall status. Closes #4994 | |||
2020-03-02 | ci/tests: some MacOS builds randomly take longer than 20min | Marc Hoersken | |
2020-03-02 | ci/tests: fine-tune Azure Pipeline timeouts with a small puffer | Marc Hoersken | |
2020-03-01 | ci/tests: Update Azure DevOps pipeline job display names | Marc Hoersken | |
Make the configure step more descriptive and align others. | |||
2020-02-29 | ci/tests: Send test results to Azure DevOps for reporting | Marc Hoersken | |
2020-02-28 | ci/tests: Increase timeouts of Windows builds due to new tests | Marc Hoersken | |
Recently added tests increased their runtime above the limit of 60min. | |||
2020-02-27 | ci/tests: align Azure Pipeline job names with each other | Marc Hoersken | |
2020-02-27 | ci/tests: Add Windows builds via Azure Pipelines using Docker | Marc Hoersken | |
2020-02-14 | azure: disable brotli on the macos debug-builds | Daniel Stenberg | |
Because of: brotli/decode.h:204:33: error: variable length array used [-Werror,-Wvla] const uint8_t encoded_buffer[BROTLI_ARRAY_PARAM(encoded_size)], Closes #4925 | |||
2019-12-16 | azure: the macos cmake doesn't need to install cmake | Daniel Stenberg | |
Error: cmake 3.15.5 is already installed To upgrade to 3.16.1, run `brew upgrade cmake`. Closes #4723 | |||
2019-12-14 | azure: add a torture test on mac | Daniel Stenberg | |
Uses --shallow=25 to keep it small enough to get through in time. Closes #4712 | |||
2019-12-13 | azure: add a torture test | Daniel Stenberg | |
Skipping all FTP tests for speed reasons. Closes #4697 | |||
2019-12-13 | azure: make the default build use --enable-debug --enable-werror | Daniel Stenberg | |
2019-12-10 | azure: add libssh2 and cmake macos builds | Daniel Stenberg | |
Removed the macos libssh2 build from travis Closes #4686 | |||
2019-12-09 | azure: add a vanilla macos build | Daniel Stenberg | |
Closes #4685 | |||
2019-12-04 | azure: add more builds | Daniel Stenberg | |
... removed two from travis (that now runs on azure instead) Closes #4671 | |||
2019-12-03 | github action/azure pipeline: run 'make test-nonflaky' for tests | Daniel Stenberg | |
To match travis and give more info on failures. | |||
2019-12-02 | azure-pipelines: fix the test script | Daniel Stenberg | |
2019-12-02 | Azure Pipelines: initial CI setup | Daniel Stenberg | |
[skip ci] |