diff options
author | Thomas Edvalson <machin3@gmail.com> | 2014-04-26 03:54:09 +0200 |
---|---|---|
committer | Thomas Edvalson <machin3@gmail.com> | 2014-04-26 03:54:09 +0200 |
commit | c08cec14e1ac55d9336a5574e8fe1e3176235b34 (patch) | |
tree | e6499651e04d6a9109c352df30fc1dc3b6a16d2a /.travis.yml | |
parent | Fixed travis dir problem (third time's the charm) (diff) | |
download | yuzu-c08cec14e1ac55d9336a5574e8fe1e3176235b34.tar yuzu-c08cec14e1ac55d9336a5574e8fe1e3176235b34.tar.gz yuzu-c08cec14e1ac55d9336a5574e8fe1e3176235b34.tar.bz2 yuzu-c08cec14e1ac55d9336a5574e8fe1e3176235b34.tar.lz yuzu-c08cec14e1ac55d9336a5574e8fe1e3176235b34.tar.xz yuzu-c08cec14e1ac55d9336a5574e8fe1e3176235b34.tar.zst yuzu-c08cec14e1ac55d9336a5574e8fe1e3176235b34.zip |
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index db3554e19..1a6874b54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ compiler: before_install: - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo apt-get -qq update - - sudo apt-get -qq install g++-4.8 xorg-dev libglu1-mesa-dev + - sudo apt-get -qq install g++-4.8 xorg-dev libglu1-mesa-dev libglew-dev - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90 - git clone https://github.com/glfw/glfw.git - "mkdir glfw/build && cd glfw/build && cmake .. && make && sudo make install ; cd -" |