mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 14:05:05 +00:00
[ci] Add FreeBSD9 (gcc4) (#595)
This commit is contained in:
parent
102f5ead49
commit
33e62636f7
1 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue