travis apt-get install
This commit is contained in:
parent
2a2785090b
commit
c81419e5e9
2 changed files with 4 additions and 4 deletions
|
|
@ -5,5 +5,7 @@ branches:
|
|||
- master
|
||||
- develop
|
||||
before_script:
|
||||
- sudo apt-get install -y libfcgi-dev
|
||||
- ./test/travis/before_script.sh
|
||||
|
||||
|
||||
|
|
@ -1,7 +1,5 @@
|
|||
#!/bin/sh
|
||||
# Run this as before_script in the travis file
|
||||
apt-get update && apt-get install -y \
|
||||
libfcgi-dev
|
||||
|
||||
# Travis pre-config script.
|
||||
# Clone and install CLIgen
|
||||
git clone https://github.com/olofhagsand/cligen.git
|
||||
(cd cligen && ./configure && make && sudo make install)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue