aboutsummaryrefslogtreecommitdiff
path: root/ci/azure/windows_msvc_script.bat
AgeCommit message (Expand)Author
2022-02-16ci: use zig-bootstrap for windowsAndrew Kelley
2022-02-09Revert "ci: azure: split build-and-test step"Andrew Kelley
2022-02-08ci: azure: split build-and-test stepHadrien Dorio
2021-10-01ci: update windows tarballs to llvm 13Andrew Kelley
2021-09-30Merge remote-tracking branch 'origin/master' into llvm13Andrew Kelley
2021-09-24Spelling corrections (#9833)Josh Soref
2021-08-15update CI scripts to llvm 13 rc1Andrew Kelley
2021-07-28CI: enable stage2 behavior test coverageAndrew Kelley
2021-05-29ci: update x86_64-linux, aarch64-linux, and windows tarballsAndrew Kelley
2021-04-30Azure CI: Test std.* and the rest separatelyFrank Denis
2021-04-15ci: windows: update to llvm 12 msvc tarballAndrew Kelley
2021-04-14ci: windows: try using zig-bootstrap to build zigAndrew Kelley
2021-01-04ci: omit stage2 backend from stage1 on WindowsAndrew Kelley
2021-01-01ci: fix `git describe`Jay Petacat
2020-10-22ci: fix regression from not building docsAndrew Kelley
2020-10-21MSVC CI: run tests individually (#6751)Frank Denis
2020-10-12ci: update llvm 10 => 11Andrew Kelley
2020-09-08ci: skip non native builds on windows to save timeAndrew Kelley
2020-08-31ci: skip compile error tests on WindowsAndrew Kelley
2020-04-12added CI job for mingwemekoi