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

This commit is contained in:
ebraminio 2017-11-01 03:05:46 -07:00 committed by GitHub
parent 102f5ead49
commit 33e62636f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -2,6 +2,14 @@ version: 2
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:
docker:
- image: dockcross/base
@ -63,6 +71,7 @@ workflows:
version: 2
build:
jobs:
- freebsd9
- base
- psvita
- android-arm
@ -73,4 +82,4 @@ workflows:
branches:
ignore:
- gh-pages
- gh-pages