build: Tea CI integration.

* build: Rename travis.sh to ci-build.sh
* build: Add .drone.yml for Tea CI
* README: Format as Markdown
* README: Add CI badges
awsm
cody271 7 years ago committed by Samy Al Bahra
parent b19ed4c6a5
commit 95891b5404

@ -0,0 +1,6 @@
build:
image: teaci/msys32
shell: mingw32
pull: true
commands:
- ./tools/ci-build.sh

@ -9,4 +9,4 @@ compiler:
- gcc - gcc
- clang - clang
script: ./tools/travis.sh script: ./tools/ci-build.sh

@ -1,9 +1,16 @@
| Platform | Status |
| -------- | ------ |
| Linux and Mac OS X | [![Build Status](https://travis-ci.org/concurrencykit/ck.svg)](https://travis-ci.org/concurrencykit/ck)
| Windows | [![Build Status](https://tea-ci.org/api/badges/concurrencykit/ck/status.svg)](https://tea-ci.org/concurrencykit/ck) |
```
____ _ ___ _ ____ _ ___ _
/ ___|___ _ __ ___ _ _ _ __ _ __ ___ _ __ ___ _ _ | |/ (_) |_ / ___|___ _ __ ___ _ _ _ __ _ __ ___ _ __ ___ _ _ | |/ (_) |_
| | / _ \| '_ \ / __| | | | '__| '__/ _ \ '_ \ / __| | | | | ' /| | __| | | / _ \| '_ \ / __| | | | '__| '__/ _ \ '_ \ / __| | | | | ' /| | __|
| |__| (_) | | | | (__| |_| | | | | | __/ | | | (__| |_| | | . \| | |_ | |__| (_) | | | | (__| |_| | | | | | __/ | | | (__| |_| | | . \| | |_
\____\___/|_| |_|\___|\__,_|_| |_| \___|_| |_|\___|\__, | |_|\_\_|\__| \____\___/|_| |_|\___|\__,_|_| |_| \___|_| |_|\___|\__, | |_|\_\_|\__|
|___/ |___/
```
Step 1. Step 1.
./configure ./configure

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Skeleton for Travis integration testing. # Skeleton for continuous integration testing.
############################################################################## ##############################################################################
set -x set -x
Loading…
Cancel
Save