-
Notifications
You must be signed in to change notification settings - Fork 40
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
modernise .travis.yml #92
Conversation
@@ -1,7 +1,29 @@ | |||
sudo: false |
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.
so as to use the new container-based infrastructure
dub test; | ||
else | ||
dub test --arch=$ARCH; | ||
fi |
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.
A workaround for a bug in dub 0.9.23 that will hopefully go away in 0.9.24
The test failure here is not a problem with this pull, it's just showing that LuaD has problems with dmd 2.067.1 or 2.068.0 (see #93) |
Thanks a lot! Yeah, #93 is fairly critical. |
No problem, I'm hoping I will be able to use LuaD to get D interoperability with http://torch.ch and more generally to compliment the interfaces with python and R that already exist (the R one is newer, pyd has some new wrappers that I'm working on) so that DlangScience (https://dlangscience.github.io, https://dlangscience.github.io) can make strong claims about interoperability with other popular scientific programming eco-systems and their comprehensive libraries. |
Based on the work of @John-Colvin in JakobOvrum/LuaD/pull/92. Thanks!
No description provided.