2 # Start with a minimal pipeline that you can customize to build and deploy your code.
3 # Add steps that build, run tests, deploy, and more:
9 vmImage: 'ubuntu-16.04'
13 ./autogen.sh --prefix=/tmp/test-install --disable-nls --disable-btls --disable-boehm
14 displayName: 'Autogen + Configure'
18 displayName: 'Build Mono'
22 displayName: 'Install new version of Mono into /tmp'
26 vmImage: 'macOS-10.13'
30 brew install libtool automake autoconf || brew upgrade libtool automake autoconf
31 displayName: 'Install Dependencies'
33 ./autogen.sh --prefix=/tmp/test-install --disable-nls --disable-btls --disable-boehm
34 displayName: 'Autogen + Configure'
38 displayName: 'Build Mono'
42 displayName: 'Install new version of Mono into /tmp'