init git submodule

Former-commit-id: e96906d095fed6b37c9ece79526cfd0a88819e4d
This commit is contained in:
malavan 2021-06-17 18:52:36 +00:00
parent 73f522d854
commit 35d9cd9337

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