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
I mentioned briefly how this is a feature which our system could easily offer, and which the binary package management via docker, which is commonly used for TravisCI cannot.
Travis however has a number of different phases which we might be able to use to break up the docker image selection process into conceptually coherent bits. These sections can be seen e.g. in .travis.yml:
before_install
install
scripts
The text was updated successfully, but these errors were encountered:
I mentioned briefly how this is a feature which our system could easily offer, and which the binary package management via docker, which is commonly used for TravisCI cannot.
Travis however has a number of different phases which we might be able to use to break up the docker image selection process into conceptually coherent bits. These sections can be seen e.g. in
.travis.yml
:before_install
install
scripts
The text was updated successfully, but these errors were encountered: