mirror of
https://github.com/dvorka/hstr.git
synced 2024-12-28 02:34:58 +08:00
Improving Travis conf to prepare autoconf assets.
This commit is contained in:
parent
d720ef8fda
commit
fdb72e7084
1 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@ notifications:
|
|||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq autotools-dev libreadline-dev libncursesw5-dev
|
||||
- cd ./dist && ./1-dist.sh && cd ..
|
||||
- aclocal
|
||||
- automake --force-missing --add-missing
|
||||
- autoconf
|
||||
|
||||
# eof
|
||||
|
|
Loading…
Reference in a new issue