diff options
Diffstat (limited to 'scripts/windows-container')
-rw-r--r-- | scripts/windows-container/before_install.sh | 2 | ||||
-rw-r--r-- | scripts/windows-container/in-container-build.sh | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/scripts/windows-container/before_install.sh b/scripts/windows-container/before_install.sh index f6b898c6d..5635cb450 100644 --- a/scripts/windows-container/before_install.sh +++ b/scripts/windows-container/before_install.sh @@ -23,7 +23,6 @@ autoreconf --install # the intended layout as seen inside the container is # /win/subsurface # sources that we are testing # /win32 # binaries that are build -# /grantlee # /libzip # /hidapi # /googlemaps @@ -46,7 +45,6 @@ docker exec -t builder apt-get install -y ca-certificates libtool docker exec -t builder bash subsurface/scripts/get-dep-lib.sh single . libzip docker exec -t builder bash subsurface/scripts/get-dep-lib.sh single . hidapi docker exec -t builder bash subsurface/scripts/get-dep-lib.sh single . googlemaps -docker exec -t builder bash subsurface/scripts/get-dep-lib.sh single . grantlee # smtk2ssrf build docker exec -t builder bash subsurface/scripts/get-dep-lib.sh single . mdbtools diff --git a/scripts/windows-container/in-container-build.sh b/scripts/windows-container/in-container-build.sh index 6f1bf0cb2..fd38d7ba0 100644 --- a/scripts/windows-container/in-container-build.sh +++ b/scripts/windows-container/in-container-build.sh @@ -3,7 +3,7 @@ # installer on Travis # # working directory is assumed to be the directory including all the -# source directories (subsurface, googlemaps, grantlee, etc) +# source directories (subsurface, googlemaps, etc) # in order to be compatible with the assumed layout in the MXE script, we # need to create the secondary build directory |