- Notifications
You must be signed in to change notification settings - Fork141
Add Travis CI#11
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
As expected, failing due to the version check:
Need to update the |
flaub commentedJun 15, 2015
Any luck on this? Would be great to have CI coverage on windows, linux, and osx. |
It seems that for some reason the OpenSSL folks remove the file after a new release, so we have to use the FTP server to get a URL that will be valid if we are behind on the version we are using.
Latest update: As you can see fromthe log it's still failing due to a version mismatch - running I started tracking this down back in March, but I don't recall now what was going on - my guess is that we're ending up with two versions of OpenSSL on the build server. Should be a simply fix, just need to reproduce and track down on my Ubuntu or Debian dev box. |
flaub commentedJun 21, 2015
This issue was the primary reason I had originally distributed native libraries for all platforms. At least on my Ubuntu machine, We could try to place our custom build of OpenSSL libs in the same directory as the target, |
flaub commentedJun 21, 2015
Interesting, do Travis linux machines come with |
This adds Travis CI support.
Fixes#7, replaces#9.