1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-01 13:13:53 +00:00

Dropping conan from macOS build

This commit is contained in:
Henry Fredrick Schreiner 2018-05-03 16:36:27 +02:00 committed by Henry Schreiner
parent f89f283a62
commit b30e4797e3

View File

@ -111,13 +111,9 @@ matrix:
install:
- brew update
- echo 'brew "python"' > Brewfile
- echo 'brew "conan"' >> Brewfile
- echo 'brew "ccache"' >> Brewfile
- brew bundle
- python -m ensurepip --user
- conan user
after_success:
- conan create . CLIUtils/CLI11
install: skip