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
37 lines (37 loc) · 996 Bytes
/
.travis.yml
File metadata and controls
37 lines (37 loc) · 996 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
sudo: false
dist: trusty
addons:
apt:
sources:
- sourceline: 'ppa:ubuntu-toolchain-r/test'
packages:
- build-essential
- subversion
- libncurses5-dev
- zlib1g-dev
- gawk
- gcc-multilib
- flex
- git-core
- gettext
- libssl-dev
- libstdc++6-4.7-dev
notifications:
email: false
language: c
install:
- cd $TRAVIS_BUILD_DIR
- git clone https://github.com/libremesh/lime-sdk.git sdk || true
- cd sdk
- sed 's|https://github.com/libremesh/lime-packages.git.*|'$TRAVIS_BUILD_DIR'|g' feeds.conf.default > feeds.conf.default.local
- ./cooker -f -d x86/generic
script:
- cd $TRAVIS_BUILD_DIR/sdk
- export J=$(($(nproc)+1))
- ./cooker -b x86/generic
- ./cooker --flavor=lime_default -c x86/generic --profile=Generic
- ./cooker --flavor=lime_mini -c x86/generic --profile=Generic
- ./cooker --flavor=lime_zero -c x86/generic --profile=Generic
after_success:
- chmod +x $TRAVIS_BUILD_DIR/.ci/after_success.sh
- $TRAVIS_BUILD_DIR/.ci/after_success.sh