-
Notifications
You must be signed in to change notification settings - Fork 9
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
Improved dev workflow #7
Conversation
ffd53ea
to
40fbc4f
Compare
README.md
Outdated
|
||
## Acknowledgements | ||
|
||
This project is directly based on the work of [@cristianoc](https://github.com/cristianoc) (`React Mini`) and [@whitequark](https://github.com/whitequark) (`opam-cross-*`). |
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.
whitequark's work is a bit unrelated now. I think he'd better be credited somewhere where the cross compilation tooling belongs.
e63185e
to
2591e8b
Compare
@rauanmayemir |
But where are we going to put tests? |
.circleci/config.yml
Outdated
paths: | ||
- ~/.esy | ||
- run: esy build | ||
- run: yarn test |
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.
let's not make this detour through yarn. We should just run esy jbuilder runtest --no-buffer
or have a ./test
script that does just that.
how about |
080c76c
to
65f3f45
Compare
65f3f45
to
74aa275
Compare
@wokalski Ready for review. 😎 |
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.
Great job. Although I can't see the mac renderer dir? Did you want to do it like this?
Yeah, we can add it when we start working on it. The important part was finding the best dir structure, |
Third time's a charm. 😆
esy
.ocaml
to4.06
.