Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-03 | CI/macos: fix 'is already installed' errors by using bundle | Marc Hoersken | |
Avoid failing CI builds due to nghttp2 being already installed. Closes #5513 | |||
2020-04-14 | github/workflow: enable MQTT in the macOS debug build | Daniel Stenberg | |
2020-04-10 | CI/macos: convert CRLF to LF and align indentation | Marc Hoersken | |
2020-04-08 | github actions: run when pushed to master or */ci + PRs | Daniel Stenberg | |
Avoid double-builds when using "local" branches for PRs. For both macos and fuzz jobs. Closes #5201 | |||
2020-04-02 | CI-fuzz: increase fuzz time to 40 minutes | Leo Neat | |
Closes #5174 | |||
2020-03-24 | CI: remove default Ubuntu build from GitHub Actions | Marc Hoersken | |
We are already running a very similar Ubuntu build on Travis CI. The macOS variant of this default build is kept on Github Actions. | |||
2020-03-24 | CI: bring GitHub Actions fuzzing job in line with macOS jobs | Marc Hoersken | |
Update YAML formatting, job naming and triggers. | |||
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-02-28 | CIfuzz: switch off 'dry_run' mode | Daniel Stenberg | |
Follow-up from #4960: now make it fail if it detects problems. Closes #4998 | |||
2020-02-21 | github action: add CIFuzz | Leo Neat | |
Closes #4960 | |||
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-09-14 | CI: inintial github action job | Daniel Stenberg | |
First shot at a CI build on github actions |