Skip to content
Snippets Groups Projects
Commit 815c7d93 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

CI: Clone only a subset of submodules for tests

parent 787d0dc0
No related branches found
No related tags found
1 merge request!3Add build pipeline
...@@ -40,7 +40,10 @@ test: ...@@ -40,7 +40,10 @@ test:
cache: cache:
key: Default key: Default
before_script: before_script:
- git submodule update $GIT_SUBMODULE_OPTS - git submodule update $GIT_SUBMODULE_OPTS releng/org.fortiss.af3.target
- git submodule update $GIT_SUBMODULE_OPTS tests/af3
- git submodule update $GIT_SUBMODULE_OPTS features/af3
- git submodule update $GIT_SUBMODULE_OPTS features/tooling
- xvfb.sh # Setup of a virtual display needed for bringing up eclipse - xvfb.sh # Setup of a virtual display needed for bringing up eclipse
script: script:
- mvn $MAVEN_CLI_OPTS $MAVEN_TEST_OPTS $MAVEN_BUILD_DIR integration-test - mvn $MAVEN_CLI_OPTS $MAVEN_TEST_OPTS $MAVEN_BUILD_DIR integration-test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment