mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
freebsd ci: install wget and set -x -e
This commit is contained in:
parent
0c6e687436
commit
b44ff4ca8e
@ -2,6 +2,7 @@ image: freebsd/latest
|
||||
packages:
|
||||
- cmake
|
||||
- py27-s3cmd
|
||||
- wget
|
||||
secrets:
|
||||
- 6c60aaee-92e7-4e7d-812c-114817689b4d
|
||||
sources:
|
||||
|
@ -1,5 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -x
|
||||
set -e
|
||||
|
||||
ZIGDIR="$(pwd)"
|
||||
CACHE_BASENAME="llvm+clang-8.0.0-freebsd-x86_64-release"
|
||||
PREFIX="$HOME/$CACHE_BASENAME"
|
||||
|
Loading…
Reference in New Issue
Block a user