Fix the automated installer generation.
This commit is contained in:
@@ -23,6 +23,7 @@ addons:
|
|||||||
- libbz2-dev
|
- libbz2-dev
|
||||||
- cmake
|
- cmake
|
||||||
- genisoimage
|
- genisoimage
|
||||||
|
- fakeroot
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
env:
|
env:
|
||||||
@@ -43,7 +44,7 @@ script:
|
|||||||
|
|
||||||
# Automatically update the trait documentation and Lua API
|
# Automatically update the trait documentation and Lua API
|
||||||
after_success:
|
after_success:
|
||||||
- test $TRAVIS_PULL_REQUEST == "false" && make docs && cd packaging && ./update-wiki.sh $TRAVIS_BRANCH; cd ..
|
- test $TRAVIS_PULL_REQUEST == "false" && cd packaging && ./update-wiki.sh $TRAVIS_BRANCH; cd ..
|
||||||
|
|
||||||
# Only watch the development branch and tagged release.
|
# Only watch the development branch and tagged release.
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
Reference in New Issue
Block a user