ソースを参照

Output build steps.

main
offa 7年前
コミット
bee8587091
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      script/ci_install.sh

+ 2
- 0
script/ci_install.sh ファイルの表示

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

set -ex

BUILD_DIR=${TRAVIS_BUILD_DIR}

mkdir -p "${DEPENDENCY_DIR}" && cd "${DEPENDENCY_DIR}"

読み込み中…
キャンセル
保存