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

Add Appveyor Config for Windows CI #135

Merged
merged 1 commit into from
Jul 4, 2017
Merged

Conversation

bjgill
Copy link
Collaborator

@bjgill bjgill commented Jul 2, 2017

Reprise of #49 - it seems to work again now (Build status).

Fixes #55

@bjgill
Copy link
Collaborator Author

bjgill commented Jul 2, 2017

@killercup - please may you get the necessary badge from https://ci.appveyor.com/project/killercup/cargo-edit and add it to the readme (assuming this builds OK)?

@killercup
Copy link
Owner

killercup commented Jul 3, 2017

Sweet! Thanks so much!

Code for readme is

[![Build status](https://ci.appveyor.com/api/projects/status/m23rnkaxhipb23i9/branch/master?svg=true)](https://ci.appveyor.com/project/killercup/cargo-edit/branch/master)

Can you also the badges metadata to the Cargo.toml? (cf. http://doc.crates.io/manifest.html#package-metadata)

@bjgill
Copy link
Collaborator Author

bjgill commented Jul 3, 2017 via email

appveyor.yml Outdated
- TARGET: i686-pc-windows-msvc
- TARGET: i686-pc-windows-gnu
install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this testing nightly?
I think we should only test stable on Windows, because nightly can fail and we're testing other channels on linux.
See appveyor example.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That looks like a nicer way of doing things - I've just switched over verbatim.

@ordian
Copy link
Collaborator

ordian commented Jul 4, 2017

@bjgill Could you please squash the commits?
Other than that, LGTM!
r+

Add Appveyor-based Windows CI for 32/64bit msvc/gnu Windows. Also
include a full set of badges in the readme and Cargo.toml
@bjgill
Copy link
Collaborator Author

bjgill commented Jul 4, 2017

Thanks.

bors r+

bors bot added a commit that referenced this pull request Jul 4, 2017
135: Add Appveyor Config for Windows CI r=bjgill

Reprise of #49 - it seems to work again now ([![Build status](https://ci.appveyor.com/api/projects/status/rba5ffptnj78o4xm?svg=true)](https://ci.appveyor.com/project/bjgill/cargo-edit)).

Fixes #55
@bors
Copy link
Contributor

bors bot commented Jul 4, 2017

Build succeeded

@bors bors bot merged commit 8d8e7e2 into killercup:master Jul 4, 2017
@bjgill bjgill deleted the windows-ci branch July 4, 2017 23:53
bors bot added a commit that referenced this pull request Jul 5, 2017
137: Tell bors-ng about appveyor r=bjgill

Forgot to mention in pull #135.
bors r? @bjgill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants