From 6a99b8dd8db3ae8be5f42240043099114febd0f0 Mon Sep 17 00:00:00 2001 From: Mohamed Barakat Date: Thu, 2 Apr 2020 16:46:14 +0200 Subject: [PATCH] udpated .circleci/config.yml --- .circleci/config.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 47f2c5b..d5cd376 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,18 +14,18 @@ jobs: sudo apt dist-upgrade -y sudo apt install -y texlive-latex-extra texlive-science curl cd .. - git clone --depth 1 https://github.com/gap-packages/AutoDoc.git - git clone --depth 1 https://github.com/homalg-project/homalg_project.git - git clone --depth 1 https://github.com/homalg-project/CAP_project.git - git clone --depth 1 https://github.com/homalg-project/Toposes.git - git clone --depth 1 https://github.com/homalg-project/FinSetsForCAP.git - git clone --depth 1 https://github.com/homalg-project/InfiniteLists.git - git clone --depth 1 https://github.com/homalg-project/ComplexesForCAP.git - git clone --depth 1 https://github.com/homalg-project/QPA2.git - git clone --depth 1 https://github.com/homalg-project/Bialgebroids.git - git clone --depth 1 https://github.com/homalg-project/CategoryConstructor.git - git clone --depth 1 https://github.com/homalg-project/FunctorCategories.git - git clone --depth 1 https://github.com/homalg-project/SubcategoriesForCAP.git + git clone --depth 1 https://github.com/gap-packages/AutoDoc + git clone --depth 1 https://github.com/homalg-project/homalg_project + git clone --depth 1 https://github.com/homalg-project/CAP_project + git clone --depth 1 https://github.com/homalg-project/Toposes + git clone --depth 1 https://github.com/homalg-project/FinSetsForCAP + git clone --depth 1 https://github.com/homalg-project/InfiniteLists + git clone --depth 1 https://github.com/homalg-project/ComplexesCategories + git clone --depth 1 https://github.com/homalg-project/QPA2 + git clone --depth 1 https://github.com/homalg-project/Bialgebroids + git clone --depth 1 https://github.com/homalg-project/CategoryConstructor + git clone --depth 1 https://github.com/homalg-project/FunctorCategories + git clone --depth 1 https://github.com/homalg-project/SubcategoriesForCAP cd CatReps TERM=dumb make ci-test bash <(curl -s https://codecov.io/bash)