1
0
Fork 0
llvm-premerge-checks/containers
Martin Storsjö b11b61d04f windows: Don't manually add c:\Program Files (x86)\GnuWin32\bin to the path
The GnuWin32 tools installed by Chocolatey reside in C:\GnuWin, and
are added automatically to the path.

The CMake tools aren't added automatically to the path though, so
that entry still is useful.

(However, the Visual Studio installation also brings along
a different version of CMake that ends up found if the one we
installed via Chocolatey isn't available.)
2021-03-19 09:56:58 +01:00
..
agent-windows-buildkite Enable windows builds back 2020-10-07 16:59:37 +02:00
agent-windows-vs2019 windows: Don't manually add c:\Program Files (x86)\GnuWin32\bin to the path 2021-03-19 09:56:58 +01:00
base-debian rename master to main branch following LLVM 2020-12-10 09:29:24 +01:00
buildkite-premerge-debian docs about machine config and ingress 2020-08-28 13:08:40 +02:00
build_deploy.ps1 add ATL component, build windows image without cache 2020-08-12 22:31:07 +02:00
build_deploy.sh Forked docker image for premerge 2020-04-24 12:29:44 +02:00
build_run.ps1 fixed version file path 2020-04-24 09:54:36 +00:00
build_run.sh remove jenkins configs and scrips 2020-09-01 09:51:49 +02:00
README.md Create docker container for Windows build (#52) 2019-11-26 17:10:30 +01:00

Overview

This folder contains files related to the machines running the build/test/checks for the merge guards.

Scripts

The scripts are written in bash (for Linux) and powershell (for Windows).

build_run.(sh|ps1)

Build the docker image and run it locally. This is useful for testing it.

build_deploy.(sh|ps1)

Build the docker and deploy it to the GCP registry. This is useful for deploying it in the Kubernetes cluster.