Skip to content

Commit

Permalink
Remove windows-gnu build code
Browse files Browse the repository at this point in the history
These builds have been deprecated,
so we don't need to keep this code around anymore.
  • Loading branch information
aneeshusa committed Apr 15, 2017
1 parent b37f495 commit 0df627e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
10 changes: 0 additions & 10 deletions etc/ci/buildbot_steps.yml
Expand Up @@ -100,21 +100,11 @@ arm64:
- bash ./etc/ci/lockfile_changed.sh
- bash ./etc/ci/manifest_changed.sh

windows-gnu-dev:
- ./mach build --dev
- ./mach test-unit
- ./mach build-geckolib

windows-msvc-dev:
- mach.bat build --dev
- mach.bat test-unit
- mach.bat build-geckolib

windows-gnu-nightly:
- ./mach build --release
- ./mach package --release
- ./etc/ci/upload_nightly.sh windows-gnu

windows-msvc-nightly:
- mach.bat build --release
- mach.bat package --release
Expand Down
5 changes: 2 additions & 3 deletions etc/ci/upload_nightly.sh
Expand Up @@ -12,7 +12,7 @@ shopt -s failglob

usage() {
printf \
"usage: %s android|linux|mac|macbrew|windows-gnu|windows-msvc\n" \
"usage: %s android|linux|mac|macbrew|windows-msvc\n" \
"${0}"
}

Expand Down Expand Up @@ -89,8 +89,7 @@ main() {
elif [[ "${platform}" == "macbrew" ]]; then
extension=tar.gz
package=target/release/brew/*."${extension}"
elif [[ "${platform}" == "windows-gnu" ||
"${platform}" == "windows-msvc" ]]; then
elif [[ "${platform}" == "windows-msvc" ]]; then
extension=msi
package=target/release/msi/*.msi
else
Expand Down

0 comments on commit 0df627e

Please sign in to comment.