travis: add gluon build
This commit is contained in:
parent
3069608b3a
commit
226d77c2a5
14
.travis.yml
14
.travis.yml
@ -5,7 +5,19 @@ addons:
|
|||||||
packages:
|
packages:
|
||||||
- lua5.1
|
- lua5.1
|
||||||
- luarocks
|
- luarocks
|
||||||
|
- git
|
||||||
|
- make
|
||||||
|
- gcc
|
||||||
|
- g++
|
||||||
|
- unzip
|
||||||
|
- libncurses5-dev
|
||||||
|
- zlib1g-dev
|
||||||
|
- subversion
|
||||||
|
- gawk
|
||||||
|
- bzip2
|
||||||
|
- libssl-dev
|
||||||
|
- wget
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- eval $(luarocks path --bin)
|
- eval $(luarocks path --bin)
|
||||||
- luarocks install --local lua-cjson
|
- luarocks install --local lua-cjson
|
||||||
|
@ -5,3 +5,10 @@
|
|||||||
GLUON_SITEDIR="docs/site-example" lua5.1 scripts/site_config.lua
|
GLUON_SITEDIR="docs/site-example" lua5.1 scripts/site_config.lua
|
||||||
|
|
||||||
bash -n scripts/*.sh
|
bash -n scripts/*.sh
|
||||||
|
|
||||||
|
cp -a docs/site-example site
|
||||||
|
|
||||||
|
TARGET=ar71xx-generic
|
||||||
|
make update GLUON_TARGET=$TARGET
|
||||||
|
make clean GLUON_TARGET=$TARGET
|
||||||
|
make GLUON_TARGET=$TARGET
|
||||||
|
Loading…
Reference in New Issue
Block a user