Skip to content

Commit

Permalink
Merge pull request #35 from Zewo/pkgconfig
Browse files Browse the repository at this point in the history
Updated to pkgconfig dependency
  • Loading branch information
paulofaria authored Jun 8, 2017
2 parents 8aedb4f + 9f48ae6 commit 330d8a0
Show file tree
Hide file tree
Showing 49 changed files with 12 additions and 16,618 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ sudo: required
dist: trusty
osx_image: xcode8.3
install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install zewo/tap/libdill; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then git clone https://github.com/Zewo/libdill; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then cd libdill; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then ./autogen.sh; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then ./configure; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then make; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo make install; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then cd ..; fi
- cat /usr/local/lib/pkgconfig/libdill.pc
- export LD_LIBRARY_PATH=/usr/local/lib
- eval "$(curl -sL https://raw.githubusercontent.com/Zewo/Zewo/master/Scripts/Travis/install.sh)"
script:
- bash <(curl -s https://raw.githubusercontent.com/Zewo/Zewo/master/Scripts/Travis/build-test.sh) Venice
Expand Down
5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import PackageDescription

let package = Package(
name: "Venice",
targets: [
Target(name: "CLibdill"),
Target(name: "Venice", dependencies: ["CLibdill"]),
dependencies: [
.Package(url: "https://github.com/Zewo/CLibdill.git", majorVersion: 1, minor: 0)
]
)
25 changes: 0 additions & 25 deletions Sources/CLibdill/AUTHORS

This file was deleted.

19 changes: 0 additions & 19 deletions Sources/CLibdill/COPYING

This file was deleted.

62 changes: 0 additions & 62 deletions Sources/CLibdill/bsock.c

This file was deleted.

Loading

0 comments on commit 330d8a0

Please sign in to comment.