From cd71733b4ee4110ea25f296b7274bee69f9e706d Mon Sep 17 00:00:00 2001 From: Harmen Stoppels <harmenstoppels@gmail.com> Date: Mon, 20 Apr 2020 12:47:36 +0200 Subject: [PATCH] Cleanup CI (#1017) Combine badges on readme and move ci git submodule to `ext/` --- .gitmodules | 2 +- README.md | 4 +--- ci => ext/ci | 0 3 files changed, 2 insertions(+), 4 deletions(-) rename ci => ext/ci (100%) diff --git a/.gitmodules b/.gitmodules index 39d8dd17..10aadcf2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,5 +8,5 @@ path = python/pybind11 url = https://github.com/pybind/pybind11.git [submodule "ci"] - path = ci + path = ext/ci url = https://gitlab.com/cscs-ci/arbor-sim/arbor-ci.git diff --git a/README.md b/README.md index f6264228..71eea5c4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ -[](https://gitlab.com/cscs-ci/arbor-sim/arbor/-/commits/master) [](https://gitpod.io/#https://github.com/arbor-sim/arbor) +[](https://gitlab.com/cscs-ci/arbor-sim/arbor/-/commits/master) [](https://travis-ci.org/arbor-sim/arbor) [](https://gitpod.io/#https://github.com/arbor-sim/arbor) # Arbor Library -[](https://travis-ci.org/arbor-sim/arbor) - Arbor is a library for implementing performance portable network simulations of multi-compartment neuron models. An installation guide and library documentation are available online at [Read the Docs](http://arbor.readthedocs.io/en/latest/). diff --git a/ci b/ext/ci similarity index 100% rename from ci rename to ext/ci -- GitLab