[ci] Add an after distribution test runner (#648)

This commit is contained in:
ebraminio 2017-12-07 11:35:36 +03:30 committed by GitHub
parent 5f061d27d5
commit 71ad2777c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -49,6 +49,15 @@ jobs:
- run: ninja -Cbuild test
- run: ninja -Cbuild install
distdir:
docker:
- image: dockcross/base
steps:
- checkout
- run: apt update && apt install -y pkg-config ragel gtk-doc-tools libfreetype6-dev libglib2.0-dev libcairo2-dev libicu-dev libgraphite2-dev
- run: ./autogen.sh && make distdir
- run: cd harfbuzz-* && ./configure && make && make check && make install
psvita:
docker:
- image: dockcross/base
@ -107,6 +116,7 @@ workflows:
- archlinux
- freebsd9
- base
- distdir
- psvita
- android-arm
- browser-asmjs