get the submodules too

This commit is contained in:
sD 2020-02-24 00:29:32 +01:00
parent 521cc27ec5
commit 0319bdf0ab

View File

@ -23,6 +23,8 @@ build linux x86_64:
- > - >
apt-get install --no-install-recommends -y qt5-default qtmultimedia5-dev apt-get install --no-install-recommends -y qt5-default qtmultimedia5-dev
clang make git sudo curl ca-certificates pkg-config upx unzip clang make git sudo curl ca-certificates pkg-config upx unzip
- git submodule init
- git submodule update
# Print versions # Print versions
- qmake --version - qmake --version
@ -75,6 +77,8 @@ build windows i686:
# Install dependencies # Install dependencies
- apt-get update - apt-get update
- apt-get install --no-install-recommends -y make curl ca-certificates upx unzip - apt-get install --no-install-recommends -y make curl ca-certificates upx unzip
- git submodule init
- git submodule update
# Extract BASS # Extract BASS
- mkdir bass - mkdir bass