mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
if the merge-base is not in the initial clone, git diff / git rev-list will return funky results Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
16 lines
217 B
YAML
16 lines
217 B
YAML
git:
|
|
depth: 10
|
|
language: c
|
|
dist: trusty
|
|
sudo: false
|
|
cache:
|
|
directories:
|
|
- $HOME/sdk
|
|
|
|
before_script:
|
|
- ./.travis_do.sh download_sdk
|
|
|
|
script:
|
|
- ./.travis_do.sh test_commits
|
|
- ./.travis_do.sh test_packages
|