init git submodule

Former-commit-id: e96906d095fed6b37c9ece79526cfd0a88819e4d
This commit is contained in:
malavan 2021-06-17 18:52:36 +00:00
parent aa763e9bb1
commit 26fba09a41

View File

@ -1,6 +1,7 @@
build: build:
stage: build stage: build
script: script:
- git submodule init && git submodule update
- make distclean - make distclean
- make - make
- make install - make install