forked from hanwckf/linux-marvell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
31 lines (30 loc) · 1.34 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
dist: xenial
language: minimal
sudo: required
addons:
apt:
packages:
- tree
- u-boot-tools
env:
- toolchain=gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu
script:
- wget https://releases.linaro.org/components/toolchain/binaries/7.4-2019.02/aarch64-linux-gnu/${toolchain}.tar.xz
&& tar xf ${toolchain}.tar.xz
- export PATH=$PATH:$(pwd)/${toolchain}/bin && aarch64-linux-gnu-gcc -v
- make all
- tree -hn output
deploy:
provider: releases
api_key:
secure: bn3tkjYbSaZ+7OapITxPrSmTKUJvzBoDPTIzKXRnQ6sPjZIOkl3tEkdHCUHoRazQuYCy4mPc1aFZ3EfSiMZNHjpTE8AHwYbiFiDgrah/S5aecP1WndF3n1R1GB7NXn84wzn2K/EFHW1Vjsg65pGJ8OJ6GKmo7fQE+UDc/Ja4bU3xxfDAfV4jFFELhq84X6BUo1wV+JxLxQ+z4m1aP/DT9k1NvC8vaSLyr0AcsbQveDMTy1XTnN/IoVH27BAVTUUCc9oIKrWHuVUGBrIx120M1QbqYB8OqyZ/TAH9kJww+LOgCPoL8UoyFy9YY2wLuzSiaT+WNBneigeHk+ZbGgpy2EoW8qvjtwa1Ab8fOhQnnjir53qfgyB1s2hsWTvVdG6sqqJ7edFRoo1vGhczNnK7zGDfFCtoVFhe/XaTxrEOZ9AmZoJqt47WhI76W+xuzVn9EVYQ00sO38W4k6T9nnz+zWRM5KZafJ5x+qF+h0xvwXaWCE2pd/OtQ5cLvaAC/inA8DZZoGSeG/BEpSye9Ll6sIfRwzp7QO/F3HziuV6NV3DP2J7pcBG+NgSixrNXMwZuPaLenCRLfAYuNMTkfVBIDWWpfUe1m3ivupBqE+qG3kN3bKB7R9/BdxqpeH645YbV2/Um4Y3f4PrLTJpBRzlC0/uakJx1jRknjzoYctBWZzc=
skip_cleanup: true
overwrite: true
file_glob: true
file:
- output/Image
- output/modules.tar.xz
- output/armada-3720-catdrive.dtb
on:
repo: hanwckf/linux-marvell
tags: true