Преглед на файлове

Cleanup and output of build steps.

main
offa преди 7 години
родител
ревизия
9221aade92
променени са 2 файла, в които са добавени 2 реда и са изтрити 5 реда
  1. +2
    -0
      script/ci_build.sh
  2. +0
    -5
      script/ci_install.sh

+ 2
- 0
script/ci_build.sh Целия файл

@@ -1,5 +1,7 @@
#!/bin/bash

set -ex

if [[ "${CXX}" == clang* ]]; then
export CXXFLAGS="-stdlib=libc++"
fi

+ 0
- 5
script/ci_install.sh Целия файл

@@ -26,12 +26,8 @@ cd ${DEPENDENCY_DIR}
# --- LibC++
if [[ "${CXX}" = clang* ]]
then
pwd
ls

if [[ ! -d "${DEPENDENCY_DIR}/llvm-source" ]]
then
echo "*** LLVM Source not available ***"
LLVM_RELEASE=release_50
git clone --depth=1 -b ${LLVM_RELEASE} https://github.com/llvm-mirror/llvm.git llvm-source
git clone --depth=1 -b ${LLVM_RELEASE} https://github.com/llvm-mirror/libcxx.git llvm-source/projects/libcxx
@@ -46,7 +42,6 @@ then
../llvm-source
make cxx -j4
else
echo "*** LLVM Source available ***"
cd build
fi


Loading…
Отказ
Запис