Skip to content

Commit

Permalink
Build packages on travis to ensure that doesn't break.
Browse files Browse the repository at this point in the history
  • Loading branch information
joneschrisg committed Jun 26, 2013
1 parent 6848edf commit 296d2bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ compiler: gcc
# XXX tests are disabled for the moment because the travis VM's CPU
# type isn't supported, and because there are odd timeouts with no-op
# tests
script: ./configure && make setup-travis && make
script: ./configure && make setup-travis && make && make package
notifications:
email:
- rr-builds@mozilla.org
2 changes: 1 addition & 1 deletion src/script/setup_travis.sh
Expand Up @@ -10,7 +10,7 @@ echo The slave is `uname -a`
sudo ./src/script/setup.sh

sudo apt-get update && \
sudo apt-get install gcc-multilib libc6-dev:i386 libdisasm-dev:i386 && \
sudo apt-get install gcc-multilib libc6-dev:i386 libdisasm-dev:i386 rpm && \
wget http://people.mozilla.org/~gal/libpfm_4.3.0-1_amd64.deb && \
sudo dpkg -i libpfm_4.3.0-1_amd64.deb && \
echo ... finished configuring slave

0 comments on commit 296d2bf

Please sign in to comment.