Merge pull request #112 from davidgiven/dtrg-te
Add tea-ci CI for Windows builds
This commit is contained in:
commit
7dc4c16521
15
.drone.yml
Normal file
15
.drone.yml
Normal 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
|
||||
|
Loading…
Reference in a new issue