From b40c8de35bba632612426e9f8483a4547f5d2a0e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 7 Oct 2020 12:46:06 -0700 Subject: 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 --- scripts/windows/before_install.sh | 9 --------- 1 file changed, 9 deletions(-) (limited to 'scripts/windows') diff --git a/scripts/windows/before_install.sh b/scripts/windows/before_install.sh index 1317e7288..e0acf6bf5 100644 --- a/scripts/windows/before_install.sh +++ b/scripts/windows/before_install.sh @@ -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 -- cgit v1.2.3-70-g09d2