forked from monome/libavr32
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
33 lines (28 loc) · 843 Bytes
/
.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
31
32
language: generic
install:
- pushd $HOME
- git clone https://github.com/monome/avr32-toolchain-linux.git monome/avr32-toolchain-linux
- cd monome/avr32-toolchain-linux
- tar xvfz avr32-gnu-toolchain-3.4.3.820-linux.any.x86_64.tar.gz
- mv avr32-gnu-toolchain-linux_x86_64 $HOME/avr32-tools
- unzip avr32-headers-6.2.0.742.zip -d $HOME/avr32-tools/avr32/include
- popd
before_script:
- pushd $HOME
- git clone https://github.com/$REPO.git $REPO
- popd
script:
- rm -rf $HOME/$REPO/$LIBAVR32_DIR
- cp -r . $HOME/$REPO/$LIBAVR32_DIR
- cd $HOME/$REPO/$SRC_DIR
- PATH="$HOME/avr32-tools/bin:$PATH" make
matrix:
include:
- env:
- REPO=monome/ansible
- SRC_DIR=src
- LIBAVR32_DIR=libavr32
- env:
- REPO=monome/teletype
- SRC_DIR=module
- LIBAVR32_DIR=libavr32