mirror of
https://github.com/glfw/glfw.git
synced 2025-10-03 13:20:58 +00:00
needed ; or - |
script (sorry...)
This commit is contained in:
parent
9d6f8c7441
commit
79fce98077
@ -86,9 +86,9 @@ install:
|
||||
# Travis CI macOS image ships with CMake 3.11.3, need 3.12 or later.
|
||||
# Avoid `brew`, takes too long.
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||
virtualenv venv
|
||||
source venv/bin/activate
|
||||
pip install cmake
|
||||
virtualenv venv;
|
||||
source venv/bin/activate;
|
||||
pip install cmake;
|
||||
fi
|
||||
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user