1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-09-13 18:24:06 +00:00
openmw/CI/macos/ccache_show_stats.sh
2025-09-02 19:54:38 -05:00

7 lines
100 B
Bash
Executable file

#!/bin/sh -ex
if [[ "${MACOS_AMD64}" ]]; then
arch -x86_64 ccache -svv
else
ccache -svv
fi