[ci] Add a test Azure Pipelines Linux bot

Related #1219
This commit is contained in:
azure-pipelines[bot] 2018-10-03 17:47:05 +00:00
parent 674560cf24
commit fde9b8852d
1 changed files with 10 additions and 0 deletions

10
azure-pipelines.yml Normal file
View File

@ -0,0 +1,10 @@
pool:
vmImage: 'Ubuntu 16.04'
steps:
- script: |
apt install -y gcc binutils libtool autoconf automake make pkg-config gtk-doc-tools ragel libfreetype6-dev libfontconfig1-dev libglib2.0-dev libcairo2-dev libicu-dev libgraphite2-dev python python-pip
./autogen.sh --with-freetype --with-glib --with-cairo --with-icu --with-graphite2 --with-fontconfig
make -j32
make check
displayName: 'make'