Skip to content

Commit

Permalink
udpated .circleci/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-barakat committed Apr 2, 2020
1 parent abf1281 commit 6a99b8d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6a99b8d

Please sign in to comment.