aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2020-12-03 19:34:28 -0800
committerLucas De Marchi <lucas.demarchi@intel.com>2020-12-03 19:34:28 -0800
commit4bd8586c208dd2a84049c7b8b7d20f79d932b999 (patch)
tree93e8d2b80b8e254e8a2bdd36ca457c07b9a33720
parentf9928f44ed4b171c1fe432f961c2595105de8ca2 (diff)
downloadkmod-4bd8586c208dd2a84049c7b8b7d20f79d932b999.tar.gz
ci: remove semaphoreci
It's currently failing and we are already covered by travis-ci.
-rw-r--r--.semaphore/semaphore.yml46
1 files changed, 0 insertions, 46 deletions
diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml
deleted file mode 100644
index fe1d78a..0000000
--- a/.semaphore/semaphore.yml
+++ /dev/null
@@ -1,46 +0,0 @@
-version: v1.0
-name: Build and Check
-agent:
- machine:
- type: e1-standard-2
- os_image: ubuntu1804
-
-blocks:
- - name: "Build"
- task:
- jobs:
- - name: Build gcc-8
- commands:
- - sem-version c 8
- - name: Build gcc-7
- commands:
- - sem-version c 7
- - name: Build gcc-6
- commands:
- - sem-version c 6
-
- prologue:
- commands:
- - sudo apt update
- - sudo apt --yes install docbook-xsl libzstd-dev liblzma-dev zlib1g-dev cython linux-headers-generic libssl-dev
- - checkout
-
- epilogue:
- commands:
- - ./autogen.sh c
- - make
-
- - name: "Unit tests"
- task:
- jobs:
- - name: check
- commands:
- - sem-version c 8
- - ./autogen.sh c
- - make check
-
- prologue:
- commands:
- - sudo apt update
- - sudo apt --yes install docbook-xsl libzstd-dev liblzma-dev zlib1g-dev cython linux-headers-generic libssl-dev
- - checkout