We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've observed that a build succeeded despite the upload step failing with
Required library file /Users/travis/build/mapbox/mason/mason_packages/osx-x86_64/swiftshader/2017-11-20/lib/libGLESv2.dylib doesn't exist.
The text was updated successfully, but these errors were encountered:
Move the ./mason publish ${MASON_NAME} ${MASON_VERSION} out of the after_success: section to fix this, like https://github.com/mapbox/mason/blob/master/scripts/abseil/c56e782/.travis.yml
./mason publish ${MASON_NAME} ${MASON_VERSION}
after_success:
Sorry, something went wrong.
No branches or pull requests
I've observed that a build succeeded despite the upload step failing with
The text was updated successfully, but these errors were encountered: