Fix clone of ntk repository

main
Georg Krause 2019-04-05 00:43:19 +02:00 committed by Harry van Haaren
parent 01fcacfc6b
commit 47e7619c09
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ install:
- echo $HOME
- echo $PWD
- sudo apt-get install libjpeg-dev libsndfile1-dev libsigc++-2.0-dev libfontconfig1-dev libxft-dev libcairo-dev python3-pip python3-setuptools python3-wheel liblo-dev libjack-dev libsamplerate0-dev ninja-build
- if cd ntk; then git pull; else git://git.tuxfamily.org/gitroot/non/fltk.git ntk && cd ntk; fi
- 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 ..
- pip3 install meson
script: