1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-30 00:00:14 +01:00
restic/vendor/github.com/pkg/xattr/.travis.sh
2018-08-31 21:10:26 +02:00

14 lines
240 B
Bash

#!/bin/sh -e
echo "Building for Linux..."
GOOS=linux go build
echo "Building for Darwin..."
GOOS=darwin go build
echo "Building for FreeBSD..."
GOOS=freebsd go build
echo "Running tests..."
go vet
go test -v -race -covermode=atomic