mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 06:46:11 +01:00
libgit2 for macOS
This commit is contained in:
parent
330558e0f1
commit
673ea81c0a
@ -45,6 +45,7 @@ before_install:
|
||||
# - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get -qq update; fi
|
||||
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -y xclip; fi
|
||||
- if [ $TRAVIS_OS_NAME = osx ]; then brew install xclip; fi
|
||||
- if [ $TRAVIS_OS_NAME = osx ]; then brew install libgit2; fi
|
||||
|
||||
# postrun
|
||||
after_success:
|
||||
|
Loading…
Reference in New Issue
Block a user