mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 02:02:14 +02:00
Start working on OSX Travis
This commit is contained in:
@@ -37,6 +37,10 @@ matrix:
|
|||||||
- libxinerama-dev
|
- libxinerama-dev
|
||||||
- libxcursor-dev
|
- libxcursor-dev
|
||||||
- clang
|
- clang
|
||||||
|
- os: osx
|
||||||
|
before_install:
|
||||||
|
- brew update
|
||||||
|
- brew outdated glew || brew upgrade glew
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [[ "$RUN_FLAKE" == "1" ]]; then pip install flake8; fi
|
- if [[ "$RUN_FLAKE" == "1" ]]; then pip install flake8; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user