freebsd ci: install wget and set -x -e

master
Andrew Kelley 2019-03-18 23:44:29 -04:00
parent 0c6e687436
commit b44ff4ca8e
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@ image: freebsd/latest
packages:
- cmake
- py27-s3cmd
- wget
secrets:
- 6c60aaee-92e7-4e7d-812c-114817689b4d
sources:

View File

@ -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"