diff options
| author | Kazuhiko Sakaguchi | 2021-04-21 23:20:10 +0900 |
|---|---|---|
| committer | Kazuhiko Sakaguchi | 2021-04-21 23:35:57 +0900 |
| commit | 8de017f8a4e561a2833b311b1a6e79514e3e510b (patch) | |
| tree | 06fd4689d3cefacd864f879c004950323a7b8edc /dev/ci/ci-mczify.sh | |
| parent | 3645c06030ed1266fd4160ec7211b4447731bf13 (diff) | |
Add mczify to CI
Diffstat (limited to 'dev/ci/ci-mczify.sh')
| -rwxr-xr-x | dev/ci/ci-mczify.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/ci/ci-mczify.sh b/dev/ci/ci-mczify.sh new file mode 100755 index 0000000000..2d98906c3e --- /dev/null +++ b/dev/ci/ci-mczify.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +git_download mczify + +( cd "${CI_BUILD_DIR}/mczify" && make ) |
