浏览代码

Travis libc++ ppa

Thomas Buck 9 年前
父节点
当前提交
ca1c94a28b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      cmake/travis_before_install_linux.sh

+ 1
- 0
cmake/travis_before_install_linux.sh 查看文件

@@ -3,6 +3,7 @@
3 3
 sudo add-apt-repository -y ppa:zoogie/sdl2-snapshots
4 4
 sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
5 5
 sudo add-apt-repository -y ppa:andykimpe/cmake
6
+sudo add-apt-repository -y ppa:jhe/libc++
6 7
 sudo add-apt-repository -y 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.5 main'
7 8
 sudo apt-get -qq -y update
8 9
 

正在加载...
取消
保存