-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Travis build #3
Comments
I don't have write permissions to this repository, but following should work: lang: minimal
os: osx
# Refer to: https://docs.travis-ci.com/user/reference/osx/#macos-version
osx_image:
- xcode10.2
- xcode9.4
- xcode8.3
- xcode7.3
env:
global:
TAP_NAME=riboseinc/rnp
FORMULA_NAME=${TAP_NAME}/rnp
OPTS=""
install:
- brew update
- brew tap ${TAP_NAME} "${TRAVIS_BUILD_DIR}"
- brew install ${FORMULA_NAME} ${OPTS}
script:
- brew test ${FORMULA_NAME}
matrix:
include:
- env: OPTS="--HEAD" Possible improvements include running |
@skalee I've given you access. Could you help update it? Thanks! 😉 |
Please help also include the other improvements, they will be definitely useful! |
@ronaldtse Travis CI needs to be enabled for https://travis-ci.org/riboseinc/homebrew-rnp. |
@skalee done! |
Building binary packages extracted to a separate issue #7. |
Running |
(Edited by @skalee)
Test that formula passes(extracted to Run "brew audit" in Travis CI #8)brew audit
.The text was updated successfully, but these errors were encountered: