未验证 提交 71ad2777 编写于 作者: E ebraminio 提交者: GitHub

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

上级 5f061d27
...@@ -49,6 +49,15 @@ jobs: ...@@ -49,6 +49,15 @@ jobs:
- run: ninja -Cbuild test - run: ninja -Cbuild test
- run: ninja -Cbuild install - 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: psvita:
docker: docker:
- image: dockcross/base - image: dockcross/base
...@@ -107,6 +116,7 @@ workflows: ...@@ -107,6 +116,7 @@ workflows:
- archlinux - archlinux
- freebsd9 - freebsd9
- base - base
- distdir
- psvita - psvita
- android-arm - android-arm
- browser-asmjs - browser-asmjs
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册