Skip to content

Commit 6870111

Browse files
committed
Experimental .travis.yml
1 parent 60b0348 commit 6870111

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.travis.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
language: python
2+
sudo: false
3+
4+
git:
5+
submodules: true
6+
7+
python:
8+
- "2.7"
9+
- "3.4"
10+
- "3.5"
11+
12+
before_install:
13+
- git clone https://github.com/raspberrpi/tools rpi-tools --depth=1
14+
- export PATH=$PATH:$HOME/rpi-tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin
15+
- export ARCH=arm
16+
- export CCPREFIX=$HOME/rpi-tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf-
17+
- export CC=arm-linux-gnueabihf-gcc
18+
19+
env:
20+
- CXX=g++-4.8
21+
22+
install:
23+
- cd library
24+
- python setup.py bdist_wheel

0 commit comments

Comments
 (0)