diff options
author | Thomas Edvalson <machin3@gmail.com> | 2014-04-25 18:39:49 +0200 |
---|---|---|
committer | Thomas Edvalson <machin3@gmail.com> | 2014-04-25 18:39:49 +0200 |
commit | 5c768453630d873489a514728c73a4c49c2295a7 (patch) | |
tree | 9136a1eee9e12284b1b13c521b609dec6ca14e9c /.travis.yml | |
parent | Added Travis CI script (diff) | |
download | yuzu-5c768453630d873489a514728c73a4c49c2295a7.tar yuzu-5c768453630d873489a514728c73a4c49c2295a7.tar.gz yuzu-5c768453630d873489a514728c73a4c49c2295a7.tar.bz2 yuzu-5c768453630d873489a514728c73a4c49c2295a7.tar.lz yuzu-5c768453630d873489a514728c73a4c49c2295a7.tar.xz yuzu-5c768453630d873489a514728c73a4c49c2295a7.tar.zst yuzu-5c768453630d873489a514728c73a4c49c2295a7.zip |
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 9c6c6e016..51c19a288 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ language: cpp compiler: - gcc before_install: - - sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe" - - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo apt-get -qq update - sudo apt-get -qq install libgtest-dev g++-4.8 xorg-dev libglu1-mesa-dev - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90 @@ -11,6 +9,5 @@ before_install: - "cd glfw && mkdir build && cd build && cmake .. && make && sudo make install ; cd -" - "cd /usr/src/gtest && sudo cmake . && sudo cmake --build . && sudo mv libg* /usr/local/lib/ ; cd -" script: - - mkdir build && cd build - - cmake .. + - cmake . - make -j4
\ No newline at end of file |