Merge pull request #112 from davidgiven/dtrg-te
Add tea-ci CI for Windows builds
This commit is contained in:
commit
7dc4c16521
1 changed files with 15 additions and 0 deletions
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…
Add table
Reference in a new issue