提交 f1daac95 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

add 2.0 release files

上级 2b9a317c
......@@ -5,7 +5,8 @@ ZentaoATF is an automation testing framework written in Golang, support most pop
Coming soon
## QuickStart
Coming soon
go get -u all
## Example
Coming soon
......
此差异已折叠。
GO_ENABLED=0 GOOS=linux GOARCH=amd64 go build src/atf.go
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build src/atf.go
go-bindata -o=res/res.go -pkg=res res/ res/json res/template
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o release/atf-2.0.0.alpha.exe src/atf.go
GO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o release/atf-linux-amd64-2.0.0.alpha src/atf.go
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -o release/atf-mac-amd64-2.0.0.alpha src/atf.go
go-bindata -o=res/res.go -pkg=res res/ res/json res/template
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册