We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be good to
cargo build
cargo build --release
cargo test
Best is probably go to with Cirrus CI since it supports windows.
The text was updated successfully, but these errors were encountered:
Travis supports Windows now, but only recently. It's enabled for xi-editor core, see xi-editor/xi-editor#916. And see xi-editor/xi-editor#732 for the PR that enables Cirrus.
Also make sure to build the examples, that's a good way to catch stuff.
Sorry, something went wrong.
Add Travis CI build for Windows
a954896
This adds Travis CI builds for druid on Windows. It builds all targets + examples. This closes linebender#3.
156246a
No branches or pull requests
It would be good to
cargo build
&&cargo build --release
for pull requestscargo test
Best is probably go to with Cirrus CI since it supports windows.
The text was updated successfully, but these errors were encountered: