another attempt at travis
This commit is contained in:
parent
d987983316
commit
d86c7e8db1
@ -1,6 +1,10 @@
|
||||
language: c
|
||||
|
||||
install: ./.travis_install_deps.sh
|
||||
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y libssh-dev libmicrohttpd-dev libsqlite3-dev libreadline-dev libncurses5-dev
|
||||
- sudo apt-get install -y libssh-dev libsqlite3-dev libreadline-dev libncurses5-dev
|
||||
|
||||
script: make www
|
||||
|
||||
|
8
.travis_install_deps.sh
Executable file
8
.travis_install_deps.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
wget https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.59.tar.gz
|
||||
tar xzf libmicrohttpd-0.9.59.tar.gz
|
||||
cd libmicrohttpd-0.9.59
|
||||
./configure
|
||||
make
|
||||
make install
|
Reference in New Issue
Block a user