Skip to content

Commit

Permalink
Refactor building libyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jul 2, 2018
1 parent a905fa1 commit 891daae
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .travis.yml
Expand Up @@ -23,17 +23,16 @@ cache:

# build libyaml
before_script:
- >-
cd /tmp
&& git clone https://github.com/yaml/libyaml.git -b 0.2.2-pre1 libyaml
&& cd libyaml
&& ./bootstrap
&& ./configure
&& make
&& make test-all
&& sudo make install
&& sudo ldconfig
&& cd "$TRAVIS_BUILD_DIR"
- pushd /tmp
- git clone https://github.com/yaml/libyaml.git -b 0.2.2-pre1 --depth=1 libyaml
- cd libyaml
- ./bootstrap
- ./configure
- make
- make test-all
- sudo make install
- sudo ldconfig
- popd

install:
- python -m pip install cython tox
Expand Down

0 comments on commit 891daae

Please sign in to comment.