summaryrefslogtreecommitdiff
path: root/.travis
AgeCommit message (Collapse)Author
2019-03-22Fix a small typo in build-pkgsNick Ashley
2018-10-31travis: use dl-cdn.alpinelinux.org as apk mirrorNatanael Copa
nl.alpinelinux.org is no longer the most fresh mirror. dl-cdn should be relatively fresh while being fast
2017-12-15Revert "travis: require check when not explicitly disabled"Jakub Jirutka
This reverts commit da4e9b11fd6a2004c389a90c913ae8fb4f2dff55. After 1.5 months it's quite clear that this was a bad idea. Let me describe a typical situation. Contributor wants to do some small change in abuild. They did it on their system, it works, so they open a PR. And it fails on Travis. Why? Because of missing check(), something totally unrelated to their change! Newbies are often confused. Others know what to do, but adding check() is often non-trivial. Upstream does not provide any tests, tests are broken, extra dependencies are needed, etc. The contributor wanted to do just a small change and now they have to deal with possibly complicated task. That's not okay. And the worst is that it caused some devs to ignore CI results. For example, contributor added php[57] dependency into main/uwsgi. CI failed due to missing check(). Reviewers did not realized that php[57] is in the community repository, not main. And some developer merged it despite CI failed, to revert it few minutes after because it failed on build servers! This is the exact situation that should be prevented by having CI. So, it's a good idea to encourage contributors to add check(), but eagerly failing build on CI is definitely not a good way.
2017-10-27travis: require check when not explicitly disabledCarlo Landmeter
2017-10-04travis: add apk key of Alpine's ppc64le builderRoberto Oliveira
2017-10-04travis: don't download static apk if available on the systemRoberto Oliveira
Just download the APK tools if the install-alpine script is running in a system that doesn't have APK installed. This is needed for upcoming ppc64le builder.
2017-07-19travis: fix issue with FS priviliges after recent updateJakub Jirutka
2017-06-23travis: fix typo in install-alpineJakub Jirutka
2017-06-23travis: fetch static apk-tools from GitHub instead of aportsJakub Jirutka
2017-03-31travis: bind /run and symlink /run/shm -> /dev/shmJakub Jirutka
This fixes problem with e.g. Python multiprocessing Queue - for POSIX semaphores to work, the users need r/w access to shared memory (/dev/shm). See https://github.com/travis-ci/travis-cookbooks/issues/155
2017-03-20travis: update apk-tools-static to 2.6.8-r2Jakub Jirutka
2017-03-20travis: change MIRROR_URI to nl.alpinelinux.orgJakub Jirutka
This mirror is most fresh.
2017-01-08travis: build repositories in correct orderJakub Jirutka
2016-11-19travis: don't treat "scripts" directory as a repositoryJakub Jirutka
2016-09-23travis: run checkapk after successful buildJakub Jirutka
2016-09-23travis: fix set_repositories_for() againJakub Jirutka
I'm apparently too tired... (-_o)zzZ Sorry for that.
2016-09-23travis: fix set_repositories_for(), needs sudoJakub Jirutka
2016-09-23travis: use only repositories at same or higher level than target repoJakub Jirutka
2016-08-27travis: update apk-tools-static version and fetch it from dl-cdn.a.oJakub Jirutka
2016-07-15travis: add keys to the repo to avoid --allow-untrustedJakub Jirutka
2016-06-18travis: run abuild without -f, it skips checksums verificationJakub Jirutka
2016-06-07travis: do not fail the build when no packages has been changedJakub Jirutka
2016-06-07travis: fix changed_abuilds() to ignore deleted APKBUILDsJakub Jirutka
2016-06-07travis: fix changed_repos() to print only dirs, not filesJakub Jirutka
2016-04-08Travis: change repositories mirror to http://dl-cdn.alpinelinux.orgJakub Jirutka
[skip ci]
2016-04-05Set up Travis to build modified packagesJakub Jirutka