Skip to content

Commit

Permalink
Rename Windows nightly builders for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
aneeshusa committed Dec 22, 2016
1 parent 25f32c4 commit c865515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/ci/buildbot_steps.yml
Expand Up @@ -121,12 +121,12 @@ windows-nightly:
- ./mach package --release
- ./etc/ci/upload_nightly.sh windows-gnu

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

windows-nightly-msvc:
windows-msvc-nightly:
- mach.bat build --release
- mach.bat package --release
- .\etc\ci\upload_nightly.sh windows-msvc

0 comments on commit c865515

Please sign in to comment.