Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove windows-gnu build code #16468

Merged
merged 1 commit into from Apr 15, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -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
@@ -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}"
}

@@ -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
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.