CI: Fix build system init.

This commit is contained in:
Heiher 2020-05-17 16:53:07 +08:00
parent dee488af8a
commit 3c9aa0b704
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@ image: ubuntu:latest
build-armhf:
variables:
DEBIAN_FRONTEND: noninteractive
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- apt-get update
@ -11,6 +12,7 @@ build-armhf:
build-aarch64:
variables:
DEBIAN_FRONTEND: noninteractive
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- apt-get update
@ -20,6 +22,7 @@ build-aarch64:
build-x86_64:
variables:
DEBIAN_FRONTEND: noninteractive
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- apt-get update