diff --git a/README.md b/README.md index afcea8960b0f2f11fe4284c8af4944ba41311a36..4b38f32c36ef490fc7cad54295831ae7c2191f38 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # rlib [](https://www.codefactor.io/repository/github/recolic/rlib/overview/master) - +[](https://git.recolic.net/root/rlib/-/pipelines) Here is recolic's private library... diff --git a/buildspec.yaml b/buildspec.yaml deleted file mode 100644 index 415610b4aeb02b300a42a0526a597a9e0abf8e89..0000000000000000000000000000000000000000 --- a/buildspec.yaml +++ /dev/null @@ -1,17 +0,0 @@ -version: 0.2 - -phases: - install: - run-as: root - commands: - - make install - pre_build: - commands: - - g++ --version - - clang++ --version - # - icpc --version # Intel CC on build machine expired... - build: - commands: - - make - - make test - diff --git a/cloudbuild.yaml b/cloudbuild.yaml deleted file mode 100644 index 1a0b9ca4e38fbca6c4924484fd073d686f6374dd..0000000000000000000000000000000000000000 --- a/cloudbuild.yaml +++ /dev/null @@ -1,11 +0,0 @@ -steps: -- name: 'docker.io/recolic/cxx-toolkit' - entrypoint: 'bash' - args: - - '-c' - - | - g++ --version - clang++ --version - make && - make test -