mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build-system: remove Grantlee references from legacy scripts
I debated about this commit... we don't use these scripts any more, but it seems like it would be worse to leave the Grantlee references in them. Yet of course this is all no longer tested. Maybe it is time to delete the scripts from the tree. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ec7422feb5
commit
b40c8de35b
6 changed files with 6 additions and 38 deletions
|
@ -59,15 +59,6 @@ echo "Get googlemaps"
|
|||
cd ${TRAVIS_BUILD_DIR}/..
|
||||
git clone https://github.com/Subsurface/googlemaps.git
|
||||
|
||||
echo "Get Grantlee"
|
||||
cd ${TRAVIS_BUILD_DIR}/..
|
||||
git clone https://github.com/steveire/grantlee.git
|
||||
cd grantlee
|
||||
if ! git checkout v5.0.0 ; then
|
||||
echo "can't check out v5.0.0 of grantlee -- giving up"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Get mdbtools"
|
||||
cd ${TRAVIS_BUILD_DIR}/..
|
||||
git clone https://github.com/brianb/mdbtools.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue