From 02808cda48bfaac5b76822f261f0cc7e0cf21df1 Mon Sep 17 00:00:00 2001 From: Recolic K <bensl@microsoft.com> Date: Thu, 22 Jul 2021 17:25:57 +0800 Subject: [PATCH] ci --- README.md | 2 +- buildspec.yaml | 17 ----------------- cloudbuild.yaml | 11 ----------- 3 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 buildspec.yaml delete mode 100644 cloudbuild.yaml diff --git a/README.md b/README.md index afcea89..4b38f32 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 415610b..0000000 --- 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 1a0b9ca..0000000 --- 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 - -- GitLab