Skip to content
Snippets Groups Projects
Commit a7873819 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: share/common.yml

parent aaa24a59
Branches
No related tags found
No related merge requests found
common:setup:
stage: config
artifacts:
expire_in: 72 hours
paths:
- .local/detector
- .local/lib
- .local/bin
- .local/include
- .local/share
- results
- config
script:
- git clone "${CI_REPOSITORY_URL}" setup
- source setup/bin/env.sh && ./setup/bin/build_common.sh
......@@ -7,5 +17,15 @@ common:setup:
common:detector:
stage: initialize
needs: ["common:setup"]
artifacts:
expire_in: 72 hours
paths:
- .local/detector
- .local/lib
- .local/bin
- .local/include
- .local/share
- results
- config
script:
- source .local/bin/env.sh && build_detector.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment