-
Notifications
You must be signed in to change notification settings - Fork 7
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
base: master
Are you sure you want to change the base?
Conversation
You can also try circleci if that is easier to work with (it is in many cases). |
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.
In general we prefer CircleCI in this organisation because it works better, but it is not a necessity to |
.travis.yml
Outdated
# activate Emscripten | ||
- source ./emsdk/emsdk_env.sh | ||
- 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.
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
.
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.
seems to be blocked by this PR: #38 |
If it fails, then `./emsdk update-tags` might be needed.
Error: No tool or SDK found by name '1.38.21'.
:D
Fixes #25.