Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Add Travis CI#11

Open
ghost wants to merge9 commits intomaster
base:master
Choose a base branch
Loading
fromtravis-ci-v2
Open

Add Travis CI#11

ghost wants to merge9 commits intomasterfromtravis-ci-v2

Conversation

ghost
Copy link

This adds Travis CI support.

Fixes#7, replaces#9.

@ghost
Copy link
Author

As expected, failing due to the version check:

Invalid version of libeay32, expecting 1.0.2a Release, got: 1.0.1a Release

Need to update the.travis.yml file to add a step to download and build the proper OpenSSL version.

@flaub
Copy link

Any luck on this? Would be great to have CI coverage on windows, linux, and osx.

@ghost ghostforce-pushed thetravis-ci-v2 branch from2990dc3 toa5ca34aCompareJune 21, 2015 18:42
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.
@ghost
Copy link
Author

Latest update: As you can see fromthe log it's still failing due to a version mismatch - runningopenssl version returnsOpenSSL 1.0.2a 19 Mar 2015 - so the install is certainly working.

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
Copy link

This issue was the primary reason I had originally distributed native libraries for all platforms.

At least on my Ubuntu machine,libcrypto.so.1.0.0 andlibssl.so.1.0.0 live under/lib/x86_64-linux-gnu.

We could try to place our custom build of OpenSSL libs in the same directory as the target,bin/$CFG.

@flaub
Copy link

Interesting, do Travis linux machines come withnuget already installed?

Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Setup Travis CI
1 participant
@flaub

[8]ページ先頭

©2009-2025 Movatter.jp