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:
|
packages:
|
||||||
- cmake
|
- cmake
|
||||||
- py27-s3cmd
|
- py27-s3cmd
|
||||||
|
- wget
|
||||||
secrets:
|
secrets:
|
||||||
- 6c60aaee-92e7-4e7d-812c-114817689b4d
|
- 6c60aaee-92e7-4e7d-812c-114817689b4d
|
||||||
sources:
|
sources:
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -x
|
||||||
|
set -e
|
||||||
|
|
||||||
ZIGDIR="$(pwd)"
|
ZIGDIR="$(pwd)"
|
||||||
CACHE_BASENAME="llvm+clang-8.0.0-freebsd-x86_64-release"
|
CACHE_BASENAME="llvm+clang-8.0.0-freebsd-x86_64-release"
|
||||||
PREFIX="$HOME/$CACHE_BASENAME"
|
PREFIX="$HOME/$CACHE_BASENAME"
|
||||||
|
Loading…
Reference in New Issue
Block a user