Skip to content

Commit

Permalink
[CI] Disable tests & coverage, as there is not tests here…
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Aug 1, 2018
1 parent 8c29f66 commit cf8e0b2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ cache:
- make checkout MASTER_REPOSITORY="dir ${CI_PROJECT_DIR}"
- make install
- cd work.$(hostname)/$(make show-var VARNAME=DISTNAME)
- make test

robotpkg-py-sot-tools-v3-14.04-release:
<<: *robotpkg-py-sot-tools-v3
Expand All @@ -43,9 +42,6 @@ doc-coverage:
- cd work.$(hostname)/$(make show-var VARNAME=DISTNAME)
- make doc
- mv doc/doxygen-html ${CI_PROJECT_DIR}
- mkdir -p ${CI_PROJECT_DIR}/coverage/
- gcovr -r .
- gcovr -r . --html --html-details -o ${CI_PROJECT_DIR}/coverage/index.html
artifacts:
expire_in: 1 day
paths:
Expand Down

0 comments on commit cf8e0b2

Please sign in to comment.