zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 6128bc728d1e1024a178c16c2149f5b1a167a013 (tree)
parent 568c183d2a5400a49e20f029a20ddb94db7d4082
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Wed, 25 Sep 2019 22:50:21 -0400

macos ci: display system info before running anything

Diffstat:
Mci/azure/macos_script | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/ci/azure/macos_script b/ci/azure/macos_script @@ -3,6 +3,8 @@ set -x set -e +system_profiler SPHardwareDataType + brew install s3cmd gcc@8 ZIGDIR="$(pwd)"