about summary refs log tree commit diff
path: root/src/ci/scripts/install-msys2.sh
AgeCommit message (Collapse)AuthorLines
2021-02-04ci: only copy python.exe to python3.exe if the latter does not existPietro Albini-1/+3
We're copying the binary to make sure we can call python3.exe around, but it seems like the base image of GitHub Actions changed, copying the file before we do so. This commit changes the CI script to only copy the file if it doesn't already exist.
2020-07-17ci: Stop setting CI_OVERRIDE_SHELL environment variableKristofer Rye-3/+0
This will render the src/ci/exec-with-shell.py script more or less useless, but we're going to replace that by just using the system bash instead. Signed-off-by: Kristofer Rye <kristofer.rye@gmail.com>
2020-06-11Use preinstalled MSYS2Mateusz Mikuła-15/+20
2020-05-22Revert MSYS2 CI workaroundMateusz Mikuła-2/+1
2020-05-20Workaround MSYS2/chocolatey issue againMateusz Mikuła-1/+1
2020-05-18Update pacman firstMateusz Mikuła-1/+2
2020-03-24ci: add github actions configurationPietro Albini-0/+3
2019-12-24Use the chocolatey CDN directly to avoid the flaky APIAidan Hobson Sayers-6/+10
2019-12-22temporary retry around msys2 installMark Rousskov-4/+6
2019-11-22ci: add support for GitHub Actions in the CI scriptsPietro Albini-3/+3
2019-10-30ci: revert msys2 ca-certificates hackPietro Albini-8/+0
The hack was added because upstream msys2 broke the ca-certificates package, but since then it has been fixed. This reverts CI to use the upstream package.
2019-10-25ci: fix tidyPietro Albini-0/+1
2019-10-25ci: split install-msys2 step into two separate scriptsPietro Albini-14/+0
2019-10-25ci: fix wrong path being set in install-msys2.shPietro Albini-1/+1
2019-10-25ci: extract installing msys2 into a scriptPietro Albini-0/+40