Skip to content

Commit

Permalink
Add ubuntu 18 lib
Browse files Browse the repository at this point in the history
  • Loading branch information
bording committed Aug 15, 2018
1 parent 8f04446 commit e4873d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ matrix:
dist: trusty
sudo: required
env: RID=linux-x64
- os: linux
dist: trusty
sudo: required
env: RID=ubuntu.18.04-x64
- os: linux
dist: trusty
sudo: required
Expand Down
7 changes: 7 additions & 0 deletions Dockerfile.ubuntu.18.04-x64
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM ubuntu:18.04
WORKDIR /nativebinaries
COPY . /nativebinaries/

RUN apt update && apt -y install cmake libcurl4-openssl-dev libssl-dev pkg-config zlib1g-dev

CMD ["/bin/bash", "-c", "./build.libgit2.sh"]

0 comments on commit e4873d6

Please # to comment.