未验证 提交 33e62636 编写于 作者: E ebraminio 提交者: GitHub

[ci] Add FreeBSD9 (gcc4) (#595)

上级 102f5ead
...@@ -2,6 +2,14 @@ version: 2 ...@@ -2,6 +2,14 @@ version: 2
jobs: jobs:
freebsd9:
docker:
- image: donbowman/freebsd-cross-build
steps:
- checkout
- run: apt update && apt install -y pkg-config ragel
- run: ./autogen.sh --prefix=/freebsd --host=x86_64-pc-freebsd9 && make
base: base:
docker: docker:
- image: dockcross/base - image: dockcross/base
...@@ -63,6 +71,7 @@ workflows: ...@@ -63,6 +71,7 @@ workflows:
version: 2 version: 2
build: build:
jobs: jobs:
- freebsd9
- base - base
- psvita - psvita
- android-arm - android-arm
...@@ -73,4 +82,4 @@ workflows: ...@@ -73,4 +82,4 @@ workflows:
branches: branches:
ignore: ignore:
- gh-pages - gh-pages
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册