To get Emscripten working quickly with Travis tests <https://github.com/charto/nbind/blob/master/bin/ci-trigger> in nbind <https://github.com/charto/nbind#readme> I copied the strategy used in Urho3D <https://urho3d.github.io/> (see the html5 build) and removed the Ruby dependency. Basically I set up a new nearly empty Github repo <https://github.com/charto/nbind-ci-emscripten>, wrote the script in the first link in this post and forked Urho3D's precompiled Emscripten repo <https://github.com/urho3d/emscripten-sdk>. It doesn't get updated all the time, but often enough for me.
tiistai 8. marraskuuta 2016 19.06.14 UTC+2 Shlomi Fish kirjoitti: > > Hi all! > > I'm using Emscripten to convert Freecell Solver's source code > ( http://fc-solve.shlomifish.org/ ) for use in the online site. I'd like > to add > the site's build+tests process to fc-solve's Travis-CI continuous > integration > process and Emscripten is part of its "make stage". Travis-CI gives me an > Ubuntu LTS x86-64 VM and allows setting up PPAs or fetching binaries, but > building Emscripten completely from source will be too time consuming and > prohibitive. > > Can anyone refer me to a PPA or precompiled binaries suitable for > installing and running on Ubuntu x86-64 for Emscripten? I'll be grateful > for > any insights. > > Regards, > > Shlomi Fish > > -- > ----------------------------------------------------------------- > Shlomi Fish http://www.shlomifish.org/ > https://youtu.be/GoEn1YfYTBM - Tiffany Alvord - “Fall Together” > > It does not mean what I think it means, but it means what *you* think it > means. > > Please reply to list if it's a mailing list post - http://shlom.in/reply > . > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
