浏览代码

Directory may already exist within the cache.

main
offa 7 年前
父节点
当前提交
87e11a3f26
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      script/ci_install.sh

+ 1
- 1
script/ci_install.sh 查看文件

git clone --depth=1 -b ${LLVM_RELEASE} https://github.com/llvm-mirror/libcxx.git llvm-source/projects/libcxx git clone --depth=1 -b ${LLVM_RELEASE} https://github.com/llvm-mirror/libcxx.git llvm-source/projects/libcxx
git clone --depth=1 -b ${LLVM_RELEASE} https://github.com/llvm-mirror/libcxxabi.git llvm-source/projects/libcxxabi git clone --depth=1 -b ${LLVM_RELEASE} https://github.com/llvm-mirror/libcxxabi.git llvm-source/projects/libcxxabi


mkdir build && cd build
mkdir -p build && cd build


cmake -DCMAKE_C_COMPILER=${CC} \ cmake -DCMAKE_C_COMPILER=${CC} \
-DCMAKE_CXX_COMPILER=${CXX} \ -DCMAKE_CXX_COMPILER=${CXX} \

正在加载...
取消
保存