aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-stdlib2.sh
blob: ec1c180d7dccf666b628bc061a9106348e76817d (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

ci_dir="$(dirname "$0")"
. "${ci_dir}/ci-common.sh"

git_download stdlib2

( cd "${CI_BUILD_DIR}/stdlib2/src" && ./bootstrap && make && make install)