未验证 提交 81dfc29d 编写于 作者: E Ebrahim Byagowi 提交者: GitHub

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

上级 007a2a43
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册