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

Fix #25 - run rustfmt, cargo build and make #36

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

abitrolly
Copy link

@abitrolly abitrolly commented Feb 9, 2019

:D

Fixes #25.

@abitrolly abitrolly mentioned this pull request Feb 13, 2019
@axic
Copy link
Member

axic commented Feb 13, 2019

You can also try circleci if that is easier to work with (it is in many cases).

@abitrolly
Copy link
Author

@axic another CI won't help with broken project. Ticked #25 is about running CI, and Travis works well. If we can agree that the work done worthy the bounty assigned there, I can port these instruction to CircleCI.

@axic
Copy link
Member

axic commented Feb 14, 2019

another CI won't help with broken project.

If you refer to #37 then please note this project was compiled several times, last 7 months ago, without issues. If the tools changed without mentioning a breaking change, then I do not believe it is the fault of this project.

and Travis works well

In general we prefer CircleCI in this organisation because it works better, but it is not a necessity to
port everything over, unless it makes work easier.

.travis.yml Outdated
# activate Emscripten
- source ./emsdk/emsdk_env.sh
- cargo build
Copy link
Member

Choose a reason for hiding this comment

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

If you look at the makefile, cargo build requires the asmjs target to be specified. You are better off just running make and no cargo build.

Copy link
Author

Choose a reason for hiding this comment

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

@axic why #25 then says to run cargo build and Makefle as two separate steps?

@abitrolly
Copy link
Author

@axic I updated PR to use make, but the compilation is still failing. #39 There is nothing I can do without knowing Rust.

@hugo-dc
Copy link
Contributor

hugo-dc commented Feb 18, 2020

seems to be blocked by this PR: #38

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.

CI should run cargo build
3 participants