mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 03:38:03 +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 ./...
|
go get -d -v ./...
|
||||||
|
|
||||||
build: test
|
build: test
|
||||||
go build
|
go build -o bin/asciinema
|
||||||
|
|
||||||
test:
|
test:
|
||||||
go test ./...
|
go test ./...
|
||||||
@@ -13,3 +13,6 @@ fmt:
|
|||||||
find . -type f -name "*.go" | xargs gofmt -d
|
find . -type f -name "*.go" | xargs gofmt -d
|
||||||
|
|
||||||
travis: build fmt
|
travis: build fmt
|
||||||
|
|
||||||
|
gox:
|
||||||
|
gox -os="darwin linux" -arch="386 amd64" -output="bin/asciinema_{{.OS}}_{{.Arch}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user