mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
Build to bin/
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
bin/*
|
||||
5
Makefile
5
Makefile
@@ -4,7 +4,7 @@ deps:
|
||||
go get -d -v ./...
|
||||
|
||||
build: test
|
||||
go build
|
||||
go build -o bin/asciinema
|
||||
|
||||
test:
|
||||
go test ./...
|
||||
@@ -13,3 +13,6 @@ fmt:
|
||||
find . -type f -name "*.go" | xargs gofmt -d
|
||||
|
||||
travis: build fmt
|
||||
|
||||
gox:
|
||||
gox -os="darwin linux" -arch="386 amd64" -output="bin/asciinema_{{.OS}}_{{.Arch}}"
|
||||
|
||||
Reference in New Issue
Block a user