about summary refs log tree commit diff
path: root/src/ci/scripts/setup-environment.sh
AgeCommit message (Collapse)AuthorLines
2023-09-25Fix jq in CIMichael Goulet-1/+1
2022-06-05remove azure pipelines configurationPietro Albini-15/+0
2020-03-24ci: add github actions configurationPietro Albini-8/+26
2020-03-20compat with macOS's ancient BashMatt Cooper-2/+8
2020-03-10fix how we detect an unset variableMatt Cooper-1/+1
2020-03-10establish immutable source for RUST_CONFIGURE_ARGSMatt Cooper-0/+7
2019-11-22ci: guess some environment variables based on builder name and osPietro Albini-0/+31
Some environment variables (like DEPLOY or DEPLOY_ALT for dist builders, or IMAGE on Linux builders) are set on a lot of builders, and whether they should be present or not can be detected automatically based on the builder name and the platform. This commit simplifies the CI configuration by automatically setting those environment variables.