This commit is contained in:
parent
65004ce1f8
commit
dc5d843c08
@ -13,6 +13,12 @@ trigger:
|
||||
- tag
|
||||
|
||||
steps:
|
||||
- name: submodules
|
||||
image: docker:git
|
||||
commands:
|
||||
- git submodule init
|
||||
- git submodule update --recursive
|
||||
|
||||
- name: GCC 8 / clang 7
|
||||
image: debian:buster-slim
|
||||
pull: always
|
||||
|
Loading…
x
Reference in New Issue
Block a user