commit | 58a3e7b600e2bd866dd38c00cbbef3ae20b244e1 | [log] [tgz] |
---|---|---|
author | azure-pipelines[bot] <azure-pipelines[bot]@users.noreply.github.com> | Tue Oct 30 22:43:27 2018 +0000 |
committer | Jon West <electrikjesus@gmail.com> | Thu Nov 15 15:55:41 2018 -0500 |
tree | 17a942f46d101dc4543e295e84ec12419ed884d1 | |
parent | 3de1d744cfeac60cc035e479663bb210007b2afa [diff] [blame] |
Set up CI with Azure Pipelines
diff --git a/build/build.sh b/build/build.sh index 448b91f..aa2b738 100644 --- a/build/build.sh +++ b/build/build.sh
@@ -2,6 +2,8 @@ set -e +export LD_LIBRARY_PATH=. +export PATH=$PATH:. if ! which aapt > /dev/null;then echo "Please install aapt (apt install aapt should do)" exit 1