about summary refs log tree commit diff
path: root/src/ci/docker/mingw-check/Dockerfile
AgeCommit message (Collapse)AuthorLines
2020-07-03ci: move all x86_64 runners to the host-x86_64 directoryPietro Albini-31/+0
We need to add runners designed for an aarch64 host system, and it'd be nice to return an error message if someone tries to run an image designed for an host architecture in another one. To start the work on this, this commit moves all the existing builders in the host-x86_64 directory, and changes the run.sh script to look up the image in the correct directory based on the host architecture.
2020-04-28Ensure that `./x.py doc --stage 0 src/libstd` works via CIDylan MacKenzie-0/+1
2020-04-10Enforce Python 3 as much as possibleGuillaume Gomez-6/+6
2020-03-24ci: add github actions configurationPietro Albini-1/+2
2020-03-05Move tidy check to mingw-checkYuki Okushi-0/+1
2019-11-12ci: move validate-toolstate.sh in the mingw-check imagePietro Albini-1/+4
The task was already run just there, so this cleans things up.
2018-12-20Move compiletest test run to mingw-check builderPhilipp Hansch-1/+2
This way, checktools.sh continues to be used only for tools that are published later on.
2018-12-10Build manifest tool on mingw-check builderMark Rousskov-1/+2
This builder is not really the correct place to put this, but it definitely has the time budget and checking this tool builds on just one platform is more than sufficient.
2018-05-04Check that rustc can be built successfully with parallel queries for PRs.Michael Woerister-0/+1
2018-04-12Add check builder for Windows to TravisMark Simulacrum-0/+22