Skip to content

Commit

Permalink
Tools: update ci install script
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr authored and lucasdemarchi committed Oct 16, 2016
1 parent f7d19a6 commit 10c3d82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ addons:
- ccache
- genromfs
- libc6-i386
- libxml2-dev
- libxslt1-dev
- python-pip
- python-dev
- zlib1g-dev
Expand Down
5 changes: 3 additions & 2 deletions Tools/scripts/install-apt-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
set -ex

PKGS="build-essential gawk ccache genromfs libc6-i386 \
python-dev python-pip zlib1g-dev gcc-4.9 g++-4.9 cmake cmake-data" # clang-3.7 llvm-3.7"
libxml2-dev libxslt1-dev python-dev python-pip zlib1g-dev \
gcc-4.9 g++-4.9 cmake cmake-data" # clang-3.7 llvm-3.7"

read -r UBUNTU_CODENAME <<<$(lsb_release -c -s)

Expand All @@ -20,4 +21,4 @@ fi
#sudo add-apt-repository "deb http://llvm.org/apt/${UBUNTU_CODENAME}/ llvm-toolchain-${UBUNTU_CODENAME}-3.7 main" -y
sudo apt-get -qq -y --force-yes update
sudo apt-get -qq -y --force-yes remove clang llvm
sudo apt-get -y --force-yes install $PKGS
sudo apt-get -y --force-yes install $PKGS

0 comments on commit 10c3d82

Please sign in to comment.