kiwix-build/travis
Matthieu Gautier 254d036c42 Publish the dependencies archives as soon as they are generated.
We may end in a deadlock if we publish dependencies archives at the end
of the compilation and if all compilation succeed.

For example project B may depend on project A.
If we change the project A API and the project B code to reflect the API
change and merge A' API in master and create a PR for B, the PR for B
will need a new archive with new project A' API.
However, as B' master fails with new A, the whole compilation fails and
nothing is publish. So B'PR is never compiled successfully.

By publish the archives as soons as generated, the A' new API will be
published and B'PR will compile correctly, even if master fails.
Will be able to merge B'PR without bypassing travisCI.
2017-04-18 11:58:51 +02:00
..
compile_all.sh Publish the dependencies archives as soon as they are generated. 2017-04-18 11:58:51 +02:00
deploy.sh Publish the dependencies archives as soon as they are generated. 2017-04-18 11:58:51 +02:00
install_extra_deps.sh Do not install unneeded package in travis/install_extra_deps.sh 2017-03-13 13:18:14 +01:00
travisci_builder_id_key.enc [TRAVIS] Add a script to deploy archives on download.kiwix.org/nightly 2017-02-08 10:09:42 +01:00
travisci_builder_id_key.pub [TRAVIS] Add a script to deploy archives on download.kiwix.org/nightly 2017-02-08 10:09:42 +01:00