Skip to content

Commit

Permalink
jenkins: Fix macOS build
Browse files Browse the repository at this point in the history
Actions taken in this comment:
- Use latest version of macOS image
- Use latest conan version
- Update pip in the macOS builds
  • Loading branch information
unknown authored and piponazo committed Feb 16, 2020
1 parent f97fd2e commit 73a9fd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -69,9 +69,9 @@ matrix:
env:
- BUILD_TYPE="Debug"

- name: "OS X 10.13 - XCode 10.2"
- name: "macOS 10.14 - XCode 11.3"
os: osx
osx_image: xcode10.2
osx_image: xcode11.3
compiler: clang
env:
- BUILD_TYPE="Release"
Expand Down
3 changes: 2 additions & 1 deletion ci/install.sh
Expand Up @@ -20,10 +20,11 @@ else
eval "$(pyenv virtualenv-init -)"
pyenv virtualenv conan
pyenv activate conan
python -m pip install --upgrade pip
fi

python --version
pip install conan==1.19.1
pip install conan==1.22.0
pip install codecov
conan --version
conan config set storage.path=~/conanData
Expand Down

0 comments on commit 73a9fd7

Please sign in to comment.