mirror of
https://github.com/boostorg/phoenix.git
synced 2026-01-19 16:32:14 +00:00
12 lines
311 B
Bash
Executable File
12 lines
311 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Copyright 2020 Rene Rivera, Sam Darwin
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# (See accompanying file LICENSE.txt or copy at http://boost.org/LICENSE_1_0.txt)
|
|
|
|
if [ "$JOB_UUID" = "92cfceb39d" ] || [ "$JOB_UUID" = "0286dd552c" ] ; then
|
|
brew install ccache || true;
|
|
|
|
fi
|
|
|