forked from github/abduco
Add Sourcehub CI integration
This commit is contained in:
parent
4a2c9ded43
commit
042fa2255b
|
|
@ -0,0 +1,11 @@
|
|||
image: alpine/edge
|
||||
sources:
|
||||
- https://github.com/martanne/abduco
|
||||
tasks:
|
||||
- build: |
|
||||
cd abduco
|
||||
./configure
|
||||
make
|
||||
- test: |
|
||||
cd abduco
|
||||
./testsuite.sh
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
image: debian/stable
|
||||
sources:
|
||||
- https://github.com/martanne/abduco
|
||||
tasks:
|
||||
- build: |
|
||||
cd abduco
|
||||
./configure
|
||||
make
|
||||
- test: |
|
||||
cd abduco
|
||||
./testsuite.sh
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
image: freebsd/latest
|
||||
sources:
|
||||
- https://github.com/martanne/abduco
|
||||
tasks:
|
||||
- build: |
|
||||
cd abduco
|
||||
./configure
|
||||
make
|
||||
- test: |
|
||||
cd abduco
|
||||
./testsuite.sh
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
image: openbsd/latest
|
||||
sources:
|
||||
- https://github.com/martanne/abduco
|
||||
tasks:
|
||||
- build: |
|
||||
cd abduco
|
||||
./configure
|
||||
make
|
||||
- test: |
|
||||
cd abduco
|
||||
./testsuite.sh
|
||||
Loading…
Reference in New Issue