diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2020-07-14 23:37:14 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-14 08:37:14 -0700 |
| commit | 9891a8f2132aa18cdc6f96862ee5406f2d901b0e (patch) | |
| tree | 3871d602b85c9e4252d8f4a378d0f2c1da1f309e /scripts/azure-pipelines | |
| parent | f38a61de33631b1d0cfbc110a62558dac63459ab (diff) | |
| download | vcpkg-9891a8f2132aa18cdc6f96862ee5406f2d901b0e.tar.gz vcpkg-9891a8f2132aa18cdc6f96862ee5406f2d901b0e.zip | |
[libb2] Add supports and install pkg-conifg on macOS VM (#12398)
* [libb2] Add supports and install pkg-conifg on macOS VM
* Add blank line to the end of the json file
* vcpkg x-format-manifest --all
* Remove failed ports in ci baseline file
Diffstat (limited to 'scripts/azure-pipelines')
| -rw-r--r-- | scripts/azure-pipelines/osx/azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/azure-pipelines/osx/azure-pipelines.yml b/scripts/azure-pipelines/osx/azure-pipelines.yml index f90cc5c30..cbf401fd3 100644 --- a/scripts/azure-pipelines/osx/azure-pipelines.yml +++ b/scripts/azure-pipelines/osx/azure-pipelines.yml @@ -18,6 +18,7 @@ jobs: - bash: |
brew list autoconf || brew install autoconf
brew list automake || brew install automake
+ brew list pkg-config || brew install pkg-config
brew list libtool || brew install libtool
brew list bison || brew install bison
brew list gfortran || brew cask install gfortran
|
