Skip to content

Commit

Permalink
Simplyfy Travis Install Section
Browse files Browse the repository at this point in the history
  • Loading branch information
georgkrause committed Apr 24, 2019
1 parent 6acfa08 commit faef828
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -24,10 +24,8 @@ addons:
- libsamplerate0-dev
- ninja-build
install:
- echo $HOME
- echo $PWD
- if cd ntk; then git pull; else git clone git://git.tuxfamily.org/gitroot/non/fltk.git ntk && cd ntk; fi
- sudo ./waf configure build install && cd ..
- git clone git://git.tuxfamily.org/gitroot/non/fltk.git ntk
- cd ntk && sudo ./waf configure build install && cd ..
- pip3 install meson
script:
- meson --prefix /usr build
Expand Down

0 comments on commit faef828

Please sign in to comment.