[ci] Delete azure-pipelines

End of experiment, we might get back to it later
This commit is contained in:
Ebrahim Byagowi 2018-10-03 22:49:02 +03:30 committed by GitHub
parent b710ea4fde
commit 9e2824cca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
pool:
vmImage: 'Ubuntu 16.04'
steps:
- script: |
sudo 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'