[ci] Add a DOS/djgpp compiler (#659)

This commit is contained in:
Ebrahim Byagowi 2017-12-21 20:15:37 +03:30 committed by GitHub
parent 007a2a4317
commit 81dfc29d2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -107,6 +107,14 @@ jobs:
- run: apt update && apt install ragel
- run: cmake -Bbuild -H. -GNinja && ninja -Cbuild
dos:
docker:
- image: quay.io/ebraminio/djgpp
steps:
- checkout
- run: apt update && apt install -y ragel pkg-config libtool autoconf
- run: ./autogen.sh --prefix=/usr/local/djgpp --host=i586-pc-msdosdjgpp && make
workflows:
version: 2
build:
@ -123,3 +131,4 @@ workflows:
- linux-arm64
- linux-mips
- windows-x64
- dos