arlolra / ctypes-otr

js-ctypes wrapper for libotr
Mozilla Public License 2.0
29 stars 7 forks source link

Libconiks js-ctypes wrapper #83

Closed vqhuy closed 8 years ago

arlolra commented 8 years ago

Btw, this looks good. I'm just going to see if I can improve the situation for running the test suite on OS X before merging. (Or, timeout on that and merge anyways.)

vqhuy commented 8 years ago

I'm just going to see if I can improve the situation for running the test suite on OS X before merging.

Nice.

arlolra commented 8 years ago

The naive approach is that since we're compiling our own Instantbird anyways, cd mozilla/ && make. That'll build you a Firefox.

Then you can put that in your path and run,

PATH=/path/obj-dir/dist/Nightly.app/Contents/MacOS:$PATH npm run jpm-travis
vqhuy commented 8 years ago

Thanks! I'm trying it now.

arlolra commented 8 years ago

Ok, I merged this in 1f9ecd68441e287c63cc3be47c695b5876b80a47. I also simplified a few things in f2a1bc98a2d2f359ef4244a17f68533dd51e0ed0.