From 397f5b15072fa34445fc120a1a9ab82762af713a Mon Sep 17 00:00:00 2001 From: Jan Boon Date: Sat, 26 Jan 2019 00:07:21 +0800 Subject: [PATCH] Update --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e100d14d4..a4695291e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,7 +6,7 @@ jobs: - script: | sudo apt-get update sudo apt-get install cmake build-essential -y - sudo apt-get install libmysqlclient15-dev -y + sudo apt-get install libmysqlclient-dev -y sudo apt-get install bison autoconf automake -y sudo apt-get install libpng12-dev libjpeg62-dev -y sudo apt-get install liblua5.1-dev libluabind-dev libcpptest-dev -y @@ -14,6 +14,7 @@ jobs: sudo apt-get install libgif-dev libfreetype6-dev -y sudo apt-get install libxml2-dev -y sudo apt-get install libcurl4-openssl-dev -y + sudo apt-get install libsquish-dev -y displayName: 'Dependencies' - script: | mkdir build