forked from rbouqueau/zenbuild
-
Notifications
You must be signed in to change notification settings - Fork 8
/
.travis.yml
26 lines (22 loc) · 962 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
language: c
compiler: gcc
before_install:
- sudo add-apt-repository --yes ppa:kalakris/cmake
- sudo apt-get update -qq
install:
- sudo apt-get install build-essential fakeroot dpkg-dev devscripts ccache debhelper pkg-config g++
- sudo apt-get install pkg-config patch python2.7 autoconf libtool make cmake autopoint gettext wget sed tar git mercurial subversion gperf xutils-dev
- sudo apt-get install -y gcc-mingw-w64-i686 g++-mingw-w64-i686 binutils-mingw-w64-i686 gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 binutils-mingw-w64-x86-64 mingw-w64-dev
- wget http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz
- tar -xzvf yasm-1.2.0.tar.gz
- cd yasm-1.2.0 && ./configure --prefix=/usr && make && sudo make install
- cd -
env:
- TOOLCHAIN="-"
- TOOLCHAIN=i686-w64-mingw32
- TOOLCHAIN=x86_64-w64-mingw32
script: "./zenbuild.sh tmp-$TOOLCHAIN all $TOOLCHAIN"
notifications:
email:
recipients: