-
Notifications
You must be signed in to change notification settings - Fork 90
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
try to add sqlite3 to Appveyor #280
Conversation
appveyor.yml
Outdated
- rustc -V | ||
- cargo -V | ||
|
||
build: false | ||
|
||
test_script: | ||
- cargo check | ||
- cargo build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can probably remove cargo check
if we add cargo build
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, when build
is working we should remove check
looks like bilds are not running just Queued |
Appveyor is just slow, it will run eventually.
|
Ah ok, did not realise we are sharing, I can be patient. |
I was not patient I just set up appveyor for my fork. So far no progress on using |
This seems to be working now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This may take a few tries. It is not getting windows to cooperate it is getting Appveyor, so I am in the dark aswell.