Commit Graph

1777 Commits

Author SHA1 Message Date
Matthieu Gautier b2243e438b `try_skip` method can now take an extra name.
Useful if different "skip_files" are stored in the same directory.
2018-03-20 17:56:14 +01:00
Matthieu Gautier c04bfaba14
Merge pull request #130 from kiwix/faster_build
Faster build
2018-03-20 16:47:13 +01:00
Matthieu Gautier 752a5d58ce Do not do sudo command.
- Install all packages using travis apt plugin
- Copy ninja binary in $HOME/bin.

We still need sudo required because travis image has more memory in this
case and this is needed to test big cluster in libzim.
2018-03-20 16:05:26 +01:00
Matthieu Gautier a7f1da3561 Upload build log on failure. 2018-03-20 16:03:09 +01:00
Matthieu Gautier 0d18fbfd3d Add a longer timeout for meson test. 2018-03-20 16:03:09 +01:00
Matthieu Gautier c54439831d Use already compiled ninja binary instead of building one. 2018-03-20 15:14:32 +01:00
Matthieu Gautier d93fc9dc9c Also cache pip in travis. 2018-03-20 15:14:32 +01:00
Matthieu Gautier 4f2cc6bf92 Make travis compile and store all compiled version of the base deps.
This should greatly improve travis speed.
2018-03-20 09:38:24 +01:00
Matthieu Gautier e95456dea0 Remove travis_wait to get full log. 2018-03-20 09:38:19 +01:00
Matthieu Gautier 6cc4c43ffa scp convert its arguments to str itself. 2018-03-19 18:23:12 +01:00
Matthieu Gautier df51246753 Move creation of dependencies archive into a separated function. 2018-03-19 18:22:30 +01:00
Matthieu Gautier e0171379c7 Add an intermediate target that build all base dependencies.
This will allow travis to build all base dependencies all by once.
2018-03-19 17:50:17 +01:00
Matthieu Gautier f1c15a5d3d Reuse the versions in dependency_versions.py instead of redefine them. 2018-03-19 17:25:09 +01:00
Matthieu Gautier f0391a638b Move projects' versions in a separated file.
This way, versions can be imported by external scripts (ie travis)
2018-03-19 17:25:09 +01:00
Matthieu Gautier e8c220c17d
Merge pull request #129 from kiwix/no_fail_on_dir_exist
Do not fail if we try to create an existing directory.
2018-03-19 14:19:30 +01:00
Matthieu Gautier 841949777d Do not fail if we try to create an existing directory. 2018-03-19 12:09:14 +01:00
Matthieu Gautier 0da2ffbd4c
Merge pull request #127 from kiwix/fix_deploy
Fix deploy
2018-03-16 09:53:32 +01:00
Matthieu Gautier f88f27edac Indicate release tag of zimwriterfs. 2018-03-15 17:42:41 +01:00
Matthieu Gautier 0594486afd Fix deployment of different release archives.
Fix #12.
2018-03-15 17:42:15 +01:00
Matthieu Gautier 87d80928ee Simplify a bit usage of make_archive. 2018-03-15 17:06:13 +01:00
Matthieu Gautier 579109ab79 `make_archive` now takes different arguments to compute the archive name. 2018-03-15 16:55:19 +01:00
Kelson bb37572ce1
Merge pull request #125 from kiwix/fix_archive_typo
Fix small typos in the armhf name.
2018-02-27 20:24:51 +01:00
Kelson 3180b5f761
Merge branch 'master' into fix_archive_typo 2018-02-26 20:27:14 +01:00
Matthieu Gautier 89696df3e3
Merge pull request #126 from kiwix/fix_travis_typos
Fix typos.
2018-02-26 15:50:44 +01:00
Matthieu Gautier ed89cbccd8 Correct environment variable name. 2018-02-26 14:33:31 +01:00
Matthieu Gautier d7dd02e922 Do not try to deploy android apks if we are not building them. 2018-02-26 11:36:55 +01:00
Matthieu Gautier 6f6ffa5f87 Fix typos. 2018-02-26 11:31:12 +01:00
Matthieu Gautier ea54c56529 Fix small typos in the armhf name.
Fix kiwix/kiwix-tools#157
2018-02-26 11:12:05 +01:00
Matthieu Gautier bef0572db5
Merge pull request #124 from kiwix/travis_tags_fixes
Travis tags fixes
2018-02-23 18:08:58 +01:00
Matthieu Gautier f6c3083505 Do not try to compile kiwix-android if we make a release.
kiwix-android is following its own release process and tagging policy.
Will should fix this in the future but trying to compile kiwix-android
master branch may fail with tagged version of kiwix-lib.
2018-02-23 14:50:48 +01:00
Matthieu Gautier 5ffa9ca323 Fixes typos and add download.openzim.org to known hosts. 2018-02-23 14:49:15 +01:00
Matthieu Gautier 5f20f9939c
Merge pull request #123 from kiwix/deploy_on_tags
We must run the deploy command even on tag push.
2018-02-23 11:45:11 +01:00
Matthieu Gautier 1027b3e1ee We must run the deploy command even on tag push.
In case of tag push, travis will trigger a build but will set
TRAVIS_BRANCH to the tag name, not "master".
So by default, the deploy script will be skipped in case of tag push.

There is a option "tags: true" to deploy on tag push. But it will run
deploy script ONLY on tag push, not on cron build.

So we need two "identical" deploy script, one for tags only and
one for cron build.

As we also need to activate travis build on push (because we push tags),
travis will end to build twice a PR (one for the PR and one for the pushed
branch). So we need to allow build only for `master` branches and tags.
2018-02-23 10:37:43 +01:00
Matthieu Gautier ab1b16ebde
Merge pull request #122 from kiwix/rel_name_in_dep_archives
Files in the deps archive must not be absolute path.
2018-02-22 12:03:10 +01:00
Matthieu Gautier 3b12557df8 Files in the deps archive must not be absolute path.
The archives will be extracted in the right directory. We need to store
relative paths.
2018-02-22 10:43:06 +01:00
Matthieu Gautier 7acd504038
Merge pull request #120 from kiwix/missing_then
Add missing 'then' in deploy.sh
2018-02-07 10:56:09 +01:00
Matthieu Gautier 4e35e70ef3
Add missing 'then' in deploy.sh 2018-02-07 08:36:17 +00:00
Matthieu Gautier 4d8fe1a23c
Merge pull request #119 from kiwix/fix_typo
Fix typo.
2018-02-06 21:13:47 +01:00
Matthieu Gautier 8ccd46966b
Fix typo. 2018-02-06 19:22:51 +00:00
Matthieu Gautier 4af121c1df
Merge pull request #118 from kiwix/abs_path_archive
Use absolute path for the archive name
2018-02-05 17:56:28 +01:00
Matthieu Gautier fe2796f9bc
Use absolute path for the archive name 2018-02-05 08:30:09 +00:00
Matthieu Gautier 56fafe55d6
Merge pull request #117 from kiwix/ssh_key
right name for ssh key
2018-02-04 05:24:08 +01:00
Matthieu Gautier 83b5f5be79 right name for ssh key 2018-02-04 04:10:41 +01:00
Matthieu Gautier 391a0f5494
Merge pull request #116 from kiwix/ssh_key
convert SSH_KEY from PosixPath to str
2018-02-03 23:51:37 +01:00
Matthieu Gautier 96b68fc50f convert SSH_KEY from PosixPath to str 2018-02-03 21:51:28 +01:00
Matthieu Gautier 2b40901294
Merge pull request #115 from kiwix/write_text_using_py34
`write_text` method exists only on python 3.5.
2018-02-03 21:12:56 +01:00
Matthieu Gautier 220d434b88 `write_text` method exists only on python 3.5.
And travis is using python 3.4 :/
2018-02-03 19:56:00 +01:00
Matthieu Gautier cfb20517a1
Merge pull request #114 from kiwix/fix_typo
fix typo in compile_all.py
2018-02-03 05:21:48 +01:00
Matthieu Gautier 51ba7132a4 fix typo in compile_all.py 2018-02-02 23:46:47 +01:00
Matthieu Gautier 4ff307328f
Merge pull request #112 from kiwix/travis_deploy
We must deploy releases archive when a tag is set not on cron.
2018-02-02 14:46:51 +01:00