forked from libremesh/lime-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
42 lines (42 loc) · 720 Bytes
/
.travis.yml
File metadata and controls
42 lines (42 loc) · 720 Bytes
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
31
32
33
34
35
36
37
38
39
40
41
42
sudo: false
dist: trusty
notifications:
email: false
language: c
cache:
directories:
- $TRAVIS_BUILD_DIR/sdk
addons:
apt:
packages:
- subversion
- g++
- zlib1g-dev
- build-essential
- git
- python
- rsync
- man-db
- libncurses5-dev
- gawk
- gettext
- unzip
- file
- libssl-dev
- sshpass
- lua5.2
- wget
- tree
- zip
install:
- /$TRAVIS_BUILD_DIR/.travis_do.sh setup
script:
- /$TRAVIS_BUILD_DIR/.travis_do.sh build
after_success:
- /$TRAVIS_BUILD_DIR/.travis_do.sh upload
branches:
only:
- "master"
- "17.06"
env:
- SDK_TARGET="x86/64" OPENWRT_RELEASE="17.01.4"