Skip to content

Run cargo check on Appveyor #278

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

Merged
merged 1 commit into from
Jul 12, 2018
Merged

Conversation

pietroalbini
Copy link
Member

This PR adds a basic Windows CI to Crater, to avoid we regress in platform support. cargo build is not run because SQLite is missing from image and I have near zero experience developing on Windows.

Fixes #275

@pietroalbini pietroalbini merged commit 39c57fb into rust-lang:master Jul 12, 2018
@pietroalbini pietroalbini deleted the appveyor branch July 12, 2018 16:58
@Eh2406
Copy link
Contributor

Eh2406 commented Jul 12, 2018

I looked into getting SQLite on appveyor:
appveyor recommends using vcpkg
but the problematic dep it self
rusqlite uses ps: Start-FileDownload
but then its docs describe having vcpkg integration or adding the "bundled" feature to have it built from source.

So it may be just doing the setup from appveyor for vcpkg.

@pietroalbini
Copy link
Member Author

I don't have too much Windows experience, if you can get a PR for this up I'll happily merge it :)

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.

2 participants