Skip to content

Commit

Permalink
Add travis configuration for libarchive
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
  • Loading branch information
matthewrsj committed Dec 1, 2017
1 parent 75605fb commit 8c373d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ install:
- pushd curl-7.51.0 && ./configure --prefix=/usr && make -j48 && sudo make install && popd
- wget https://download.clearlinux.org/releases/13010/clear/Swupd_Root.pem
- sudo install -D -m0644 Swupd_Root.pem /usr/share/clear/update-ca/Swupd_Root.pem
- wget https://github.com/libarchive/libarchive/archive/v3.3.1.tar.gz
- tar -xvf v3.3.1.tar.gz
- pushd libarchive-3.3.1 && autoreconf -fi && ./configure --prefix=/usr && make && sudo make install && popd
- sudo apt-get install python3-docutils
- sudo ln -s /usr/share/docutils/scripts/python3/rst2man /usr/bin/rst2man.py

Expand Down

0 comments on commit 8c373d5

Please sign in to comment.