| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-03 | drone ci: skip compile error tests to save time | Andrew Kelley | |
| These are covered by other CI scripts and we're up against Drone CI time limits. | |||
| 2021-01-01 | ci: fix `git describe` | Jay Petacat | |
| git describe is used for version string creation, but it had to be reverted in commit 69da6ba because it was broken in CI builds. Azure Pipelines and Drone perform shallow clones by default. This change reconfigures them to fetch history and tags. It adds tens of seconds, which is negligible compared to overall build and test time. Related: #6466, #6509, #7601 | |||
| 2020-12-26 | ci: put Drone CI back to normal | Andrew Kelley | |
| Surely this time all the problems have been fixed | |||
| 2020-12-25 | ci: build in Debug mode to help find the deadlock | Andrew Kelley | |
| 2020-12-20 | add an option to compile zig in single-threaded mode | Andrew Kelley | |
| And enable it for Drone CI. I hate to do this, but I need to make progress on other fronts. | |||
| 2020-05-29 | [CI] Use ninja on Azura and Drone | Noam Preil | |
| 2020-03-27 | ci: Delete workaround for #4822 | LemonBoy | |
| 2020-03-26 | ci: fix aarch64 linux | Andrew Kelley | |
| This patch adds a workaround for #4822, disables one failing langref example, and enables the rest of the test suite. You win some, you lose some. | |||
| 2020-03-20 | ci: disable test-gen-h on sr.ht and drone | Andrew Kelley | |
| 2019-12-12 | ci: skip non native tests for aarch64 | Andrew Kelley | |
| We've been hitting timeouts on this service. Once zig build gains parallel processing support, we can probably enable more tests. | |||
| 2019-11-03 | ci: avoid leaking oauth access token | Andrew Kelley | |
| 2019-11-03 | ci: stop assuming that azure will complete last | Andrew Kelley | |
| Each of the 3 CI services now trigger a sr.ht build via the on_master_success script. The sr.ht build checks if all builds have completed successfully by trying to download the JSON file for the particular version. If all builds have completed successfully then this sr.ht job will update the download page. | |||
| 2019-10-26 | ci: disable test-compare-output on aarch64 | Andrew Kelley | |
| 2019-10-26 | ci: -Dskip-release for aarch64 to hit 1 hour time limit | Andrew Kelley | |
| 2019-10-26 | ci: enable more passing tests on aarch64-linux | Andrew Kelley | |
| 2019-10-25 | ci: force git name-rev to be 9 on all targets | Andrew Kelley | |
| 2019-10-24 | ci: add aarch64 to download page | Andrew Kelley | |
| 2019-10-24 | disable not working stuff | Andrew Kelley | |
| 2019-10-24 | ci: build docs, fix PR logic | Andrew Kelley | |
| 2019-10-24 | ci: drone tests only aarch64 with docker image | Andrew Kelley | |
| 2019-10-24 | disable static build for now until the docker image is ready | Andrew Kelley | |
| 2019-10-24 | add Drone Cloud CI configuration | Andrew Kelley | |
