Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci/tests: some MacOS builds randomly take longer than 20min | Marc Hoersken | 2020-03-02 | 1 | -2/+2 |
| | |||||
* | ci/tests: fine-tune Azure Pipeline timeouts with a small puffer | Marc Hoersken | 2020-03-02 | 1 | -10/+20 |
| | |||||
* | ci/tests: Update Azure DevOps pipeline job display names | Marc Hoersken | 2020-03-01 | 1 | -23/+23 |
| | | | | Make the configure step more descriptive and align others. | ||||
* | ci/tests: Send test results to Azure DevOps for reporting | Marc Hoersken | 2020-02-29 | 1 | -0/+34 |
| | |||||
* | ci/tests: Increase timeouts of Windows builds due to new tests | Marc Hoersken | 2020-02-28 | 1 | -10/+10 |
| | | | | Recently added tests increased their runtime above the limit of 60min. | ||||
* | ci/tests: align Azure Pipeline job names with each other | Marc Hoersken | 2020-02-27 | 1 | -5/+5 |
| | |||||
* | ci/tests: Add Windows builds via Azure Pipelines using Docker | Marc Hoersken | 2020-02-27 | 1 | -2/+220 |
| | |||||
* | azure: disable brotli on the macos debug-builds | Daniel Stenberg | 2020-02-14 | 1 | -1/+1 |
| | | | | | | | | | 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 | ||||
* | azure: the macos cmake doesn't need to install cmake | Daniel Stenberg | 2019-12-16 | 1 | -1/+1 |
| | | | | | | | Error: cmake 3.15.5 is already installed To upgrade to 3.16.1, run `brew upgrade cmake`. Closes #4723 | ||||
* | azure: add a torture test on mac | Daniel Stenberg | 2019-12-14 | 1 | -1/+19 |
| | | | | | | Uses --shallow=25 to keep it small enough to get through in time. Closes #4712 | ||||
* | azure: add a torture test | Daniel Stenberg | 2019-12-13 | 1 | -0/+21 |
| | | | | | | Skipping all FTP tests for speed reasons. Closes #4697 | ||||
* | azure: make the default build use --enable-debug --enable-werror | Daniel Stenberg | 2019-12-13 | 1 | -1/+5 |
| | |||||
* | azure: add libssh2 and cmake macos builds | Daniel Stenberg | 2019-12-10 | 1 | -2/+30 |
| | | | | | | Removed the macos libssh2 build from travis Closes #4686 | ||||
* | azure: add a vanilla macos build | Daniel Stenberg | 2019-12-09 | 1 | -8/+32 |
| | | | | Closes #4685 | ||||
* | azure: add more builds | Daniel Stenberg | 2019-12-04 | 1 | -7/+58 |
| | | | | | | ... removed two from travis (that now runs on azure instead) Closes #4671 | ||||
* | github action/azure pipeline: run 'make test-nonflaky' for tests | Daniel Stenberg | 2019-12-03 | 1 | -1/+1 |
| | | | | To match travis and give more info on failures. | ||||
* | azure-pipelines: fix the test script | Daniel Stenberg | 2019-12-02 | 1 | -2/+2 |
| | |||||
* | Azure Pipelines: initial CI setup | Daniel Stenberg | 2019-12-02 | 1 | -0/+20 |
[skip ci] |