Remove unused builders

These have been superseded by the windows-gnu and windows-msvc versions.
Removing them allows freeing up disk space on the Windows builders.
This commit is contained in:
Aneesh Agrawal 2017-01-28 15:28:41 -05:00
parent b5c94bad37
commit 6ecd0456e2

View file

@ -100,11 +100,6 @@ arm64:
- bash ./etc/ci/lockfile_changed.sh
- bash ./etc/ci/manifest_changed.sh
windows-dev:
- ./mach build --dev
- ./mach test-unit
- ./mach build-geckolib
windows-gnu-dev:
- ./mach build --dev
- ./mach test-unit
@ -115,11 +110,6 @@ windows-msvc-dev:
- mach.bat test-unit
- mach.bat build-geckolib
windows-nightly:
- ./mach build --release
- ./mach package --release
- ./etc/ci/upload_nightly.sh windows-gnu
windows-gnu-nightly:
- ./mach build --release
- ./mach package --release