pelikan icon indicating copy to clipboard operation
pelikan copied to clipboard

optimize travis ci

Open thinkingfish opened this issue 8 years ago • 3 comments

  • remove sudo requirement (so we can use containers)
  • check if caching can be used

thinkingfish avatar Apr 10 '16 03:04 thinkingfish

@thinkingfish you said you successfully compiled against a compiled but not installed libcheck locally... I'm trying to do that, but I'm failing... can you give me some tips on how to do that?

seppo0010 avatar Apr 14 '16 18:04 seppo0010

On mac osx, I was using

export PREFIX=/tmp
cmake -DCMAKE_INSTALL_PREFIX=$PREFIX ..

I previously installed libcheck to /tmp (/tmp/lib/libcheck.dylib) etc using ./configure --prefix=/tmp

thinkingfish avatar Apr 14 '16 18:04 thinkingfish

Aaah, nice. Thanks.

seppo0010 avatar Apr 14 '16 19:04 seppo0010