Skip to content

Instantly share code, notes, and snippets.

@dvv
Created December 21, 2011 20:45
Show Gist options
  • Save dvv/1507626 to your computer and use it in GitHub Desktop.
Save dvv/1507626 to your computer and use it in GitHub Desktop.
Adding Luvit Worker
1.
Install https://github.com/luvit/luvm
It's basically creationix/nvm ported to luvit.
The only change is the absence of 'v' prefix for versions. I found it redundant.
Nothing surprising should happen, it should require nothing beyond build-essentials.
So after vanilla sourcing luvm with `cd ~/.luvm ; . luvm.sh` and running `luvm install 0.1.4` you should have on the PATH:
- luvit binary
- lui: headless dependency fulfiller
- luvit-config: a pkg-config surrogate
2.
Apply https://github.com/dvv/travis-build/commit/c8532dd6070822cf40d18d5eb704b1a9eafc1c9e
N.B. I'm complete zero in Ruby, so I made this just staring at node_js worker. Please, feel free to blame.
TIA,
--Vladimir, dvv at github.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment