Skip to content
Snippets Groups Projects
Unverified Commit 1b26255d authored by Charles JAVERLIAT's avatar Charles JAVERLIAT
Browse files

Add gitlab submodule strategy

parent 622a37dc
No related branches found
No related tags found
1 merge request!14Lib/use git submodule
Pipeline #208 failed with stage
in 16 seconds
......@@ -2,9 +2,10 @@ image: python:3.8.6
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache"
GIT_SUBMODULE_STRATEGY: recursive
stages:
- build
- build
cache:
paths:
......@@ -18,4 +19,4 @@ before_script:
build:
stage: build
script:
- "platformio run -e nucleo_f303k8"
\ No newline at end of file
- "platformio run -e nucleo_f303k8"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment