aboutsummaryrefslogtreecommitdiff
path: root/ci/drone/linux_script
AgeCommit message (Collapse)Author
2021-01-03drone ci: skip compile error tests to save timeAndrew Kelley
These are covered by other CI scripts and we're up against Drone CI time limits.
2021-01-01ci: 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-26ci: put Drone CI back to normalAndrew Kelley
Surely this time all the problems have been fixed
2020-12-25ci: build in Debug mode to help find the deadlockAndrew Kelley
2020-12-20add an option to compile zig in single-threaded modeAndrew 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 DroneNoam Preil
2020-03-27ci: Delete workaround for #4822LemonBoy
2020-03-26ci: fix aarch64 linuxAndrew 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-20ci: disable test-gen-h on sr.ht and droneAndrew Kelley
2019-12-12ci: skip non native tests for aarch64Andrew Kelley
We've been hitting timeouts on this service. Once zig build gains parallel processing support, we can probably enable more tests.
2019-11-03ci: avoid leaking oauth access tokenAndrew Kelley
2019-11-03ci: stop assuming that azure will complete lastAndrew 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-26ci: disable test-compare-output on aarch64Andrew Kelley
2019-10-26ci: -Dskip-release for aarch64 to hit 1 hour time limitAndrew Kelley
2019-10-26ci: enable more passing tests on aarch64-linuxAndrew Kelley
2019-10-25ci: force git name-rev to be 9 on all targetsAndrew Kelley
2019-10-24ci: add aarch64 to download pageAndrew Kelley
2019-10-24disable not working stuffAndrew Kelley
2019-10-24ci: build docs, fix PR logicAndrew Kelley
2019-10-24ci: drone tests only aarch64 with docker imageAndrew Kelley
2019-10-24disable static build for now until the docker image is readyAndrew Kelley
2019-10-24add Drone Cloud CI configurationAndrew Kelley