new file mode 100644
@@ -0,0 +1,44 @@
+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 --yes install docbook-xsl liblzma-dev zlib1g-dev cython linux-headers-generic
+ - 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 --yes install docbook-xsl liblzma-dev zlib1g-dev cython linux-headers-generic
+ - checkout
@@ -3,8 +3,8 @@ kmod - Linux kernel module handling
Information
===========
-Build status:
- [![Build Status](https://semaphoreci.com/api/v1/projects/29d989ba-0f70-4006-be21-550f6692b73b/449920/shields_badge.svg)](https://semaphoreci.com/lucasdemarchi/kmod)
+Build Status:
+ https://lucasdemarchi.semaphoreci.com/projects/kmod
Mailing list:
linux-modules@vger.kernel.org (no subscription needed)
@@ -1,6 +1,5 @@
## kmod - Linux kernel module handling
-[![Build Status](https://semaphoreci.com/api/v1/projects/29d989ba-0f70-4006-be21-550f6692b73b/449920/shields_badge.svg)](https://semaphoreci.com/lucasdemarchi/kmod)<br/>
[![Coverity Scan Status](https://scan.coverity.com/projects/2096/badge.svg)](https://scan.coverity.com/projects/2096)
This is a ***mirror only***. Please see [README](../master/README) file for more information.