about summary refs log tree commit diff
path: root/src/ci/scripts/install-msys2-packages.sh
AgeCommit message (Collapse)AuthorLines
2020-04-10Enforce Python 3 as much as possibleGuillaume Gomez-3/+3
2020-03-18ci: use python from the correct pathPietro Albini-2/+3
Apparently the old path we were using for Python 2 on Windows was not documented, and eventually got removed. This switches our CI to use the correct path.
2019-12-30ci: install binutils in msys2Pietro Albini-1/+2
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: split install-msys2 step into two separate scriptsPietro Albini-0/+25