[ci] Delete azure-pipelines
authorEbrahim Byagowi <ebrahim@gnu.org>
Wed, 3 Oct 2018 19:19:02 +0000 (22:49 +0330)
committerGitHub <noreply@github.com>
Wed, 3 Oct 2018 19:19:02 +0000 (22:49 +0330)
End of experiment, we might get back to it later

azure-pipelines.yml [deleted file]

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
deleted file mode 100644 (file)
index 08f33ae..0000000
+++ /dev/null
@@ -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'