Merge pull request #112 from davidgiven/dtrg-te

Add tea-ci CI for Windows builds
This commit is contained in:
David Given 2018-09-01 11:49:28 +02:00 committed by GitHub
commit 7dc4c16521
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
.drone.yml Normal file
View file

@ -0,0 +1,15 @@
clone:
depth: 10
build:
image: teaci/msys32
pull: true
shell: $$arch
commands:
- if [ $$arch = sh ]; then apt update; apt install build-essential bison flex; fi
- make PREFIX=/tmp/acki +ack
matrix:
arch:
- sh
#- msys32