You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
At the end of a Travis-CI build, the results are tarred, gzipped, and uploaded to S3. The filename is derived from the travis commit sha, which is shared for all four of the builds, accounting for python 2.6, python 2.7, gcc, and clang. We should derive the filename, or S3 key from the matrix of parameters that result in multiple builds.
At the end of a Travis-CI build, the results are tarred, gzipped, and uploaded to S3. The filename is derived from the travis commit sha, which is shared for all four of the builds, accounting for python 2.6, python 2.7, gcc, and clang. We should derive the filename, or S3 key from the matrix of parameters that result in multiple builds.
For example:
nupic-linux64-$TRAVIS_COMMIT-$TRAVIS_PYTHON_VERSION-$CC.tar.gz
The text was updated successfully, but these errors were encountered: