Skip to content
Snippets Groups Projects
Commit f7e07316 authored by Simon Wittl's avatar Simon Wittl
Browse files

cache

parent ee43a922
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,9 @@ stages: ...@@ -3,6 +3,9 @@ stages:
- build - build
- docu - docu
cache:
- paths:
- /home/install/
rq-pytests: rq-pytests:
stage: test stage: test
...@@ -27,17 +30,10 @@ rq-pytests: ...@@ -27,17 +30,10 @@ rq-pytests:
- cd /home/ - cd /home/
- source ./install/setup.bash - source ./install/setup.bash
# - python3 -m ./rq_controller/pytest --junitxml=report.xml # - python3 -m ./rq_controller/pytest --junitxml=report.xml
cache:
- paths:
- /home/install/
build-ros: build-ros:
stage: build stage: build
dependencies: [rq-pytests] dependencies: [rq-pytests]
cache:
- paths:
- /home/install/
script: script:
- source ./home/install/setup.bash - source ./home/install/setup.bash
artifacts: artifacts:
...@@ -46,13 +42,9 @@ build-ros: ...@@ -46,13 +42,9 @@ build-ros:
- install - install
name: ubuntu_humble name: ubuntu_humble
create-docu: create-docu:
stage: docu stage: docu
dependencies: [rq-pytests] dependencies: [rq-pytests]
cache:
- paths:
- /home/install/
before_script: before_script:
- pip3 install pdoc3 - pip3 install pdoc3
script: script:
......
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