<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3350a1e21597e303475a202b76854e5a27b858af">https://github.com/macports/macports-ports/commit/3350a1e21597e303475a202b76854e5a27b858af</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 3350a1e  Set up CI with Azure Pipelines
</span>3350a1e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3350a1e21597e303475a202b76854e5a27b858af
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Sat Jan 26 15:07:47 2019 +0000

<span style='display:block; white-space:pre;color:#404040;'>    Set up CI with Azure Pipelines
</span>---
 _ci/bootstrap.sh    | 4 +---
 azure-pipelines.yml | 7 ++++---
 2 files changed, 5 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_ci/bootstrap.sh b/_ci/bootstrap.sh
</span><span style='display:block; white-space:pre;color:#808080;'>index f4fbb87..4bf28c4 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_ci/bootstrap.sh
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_ci/bootstrap.sh
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,9 +1,7 @@
</span> #!/bin/bash
 set -e
 # Uninstall Homebrew
<span style='display:block; white-space:pre;background:#ffe0e0;'>-curl -fsSLO "https://raw.githubusercontent.com/Homebrew/install/master/uninstall"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-chmod 0755 uninstall && ./uninstall -fq && rm -f uninstall
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# Clean /usr/local
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+brew --version
</span> /usr/bin/sudo /usr/bin/find /usr/local -mindepth 2 -delete && hash -r
 # Download and install MacPorts built by https://github.com/macports/macports-base/blob/travis-ci/.travis.yml
 OS_MAJOR=$(uname -r | cut -f 1 -d .)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/azure-pipelines.yml b/azure-pipelines.yml
</span><span style='display:block; white-space:pre;color:#808080;'>index 396e888..4c44ae3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/azure-pipelines.yml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/azure-pipelines.yml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,13 +4,14 @@ pool:
</span>   vmImage: 'macOS-10.13'
 
 steps:
<span style='display:block; white-space:pre;background:#e0ffe0;'>+- checkout: self
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+  fetchDepth: 64
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> - script: ./_ci/bootstrap.sh
   displayName: 'Run bootstrap script'
 
 - script: |
     unset CC && source /opt/local/share/macports/setupenv.bash
     export PATH="/opt/mports/bin:${PWD}/../mpbb:$PATH" && hash -r
<span style='display:block; white-space:pre;background:#ffe0e0;'>-  displayName: 'Setup environment'
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-- script: sudo ./runner
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    sudo ./runner
</span>   displayName: 'Run port tests'
</pre><pre style='margin:0'>

</pre>