diff --git a/.ci-deps b/.ci-deps deleted file mode 100644 index 426400a1ed9888ce4756bedb5cf0d2810b205db9..0000000000000000000000000000000000000000 --- a/.ci-deps +++ /dev/null @@ -1 +0,0 @@ -path/hpp-fcl diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 367bc855cc00e10f3128b4b986708b69ce0ee80f..f1a1380816a884fbe4bb6ab0fae8440fc63554ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,6 @@ cache: - git pull - cd pinocchio - make checkout MASTER_REPOSITORY="git ${CI_PROJECT_DIR}/.git" - - /ci_deps.sh - make install - cd $(make show-var VARNAME=WRKSRC) - make test @@ -66,7 +65,6 @@ robotpkg-pinocchio-18.04-debug: - cd .. - cd py-pinocchio - make checkout MASTER_REPOSITORY="git ${CI_PROJECT_DIR}/.git" - - /ci_deps.sh - make install - cd $(make show-var VARNAME=WRKSRC) - make test @@ -144,7 +142,6 @@ doc-coverage: - echo -e 'CXXFLAGS+= --coverage\nLDFLAGS+= --coverage\nPKG_DEFAULT_OPTIONS= debug' >> /opt/openrobots/etc/robotpkg.conf after_script: - cd /root/robotpkg/math/py-pinocchio - - /ci_deps.sh - cd $(make show-var VARNAME=WRKSRC) - make doc - mv doc/doxygen-html ${CI_PROJECT_DIR}