summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/docker/ninja/centos7-aarch64/build_ninja.sh
blob: 91fb2d4896e3095f3f84e756c955874c0f02c390 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

git clone https://github.com/ninja-build/ninja.git
cd ninja
git checkout "${1-v1.11.0}"
./configure.py --bootstrap
./ninja all
./ninja_test
strip ninja