From 312e1ff9e4c6011ee46d7c51f1ad3ddc2337c36f Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Thu, 21 Mar 2019 21:48:45 +0100 Subject: [PATCH] [CI] enforce c++ format --- .gitlab-ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9dfeb95..2e204f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,8 @@ include: http://rainboard.laas.fr/project/hpp-centroidal-dynamics/.gitlab-ci.yml -python_format: - image: python:alpine - before_script: - - pip install flake8 isort yapf +format: + image: eur0c.laas.fr:5000/gepetto/buildfarm/format script: - isort -c - flake8 . - - yapf -dr . + - check-clang-format.sh -- GitLab