mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Updated Gomote (markdown)
parent
5461f02cce
commit
1133d71df3
13
Gomote.md
13
Gomote.md
@ -123,6 +123,19 @@ $ tar -C $GOPATH/src/ -zc golang.org/x/sys/unix | gomote puttar -dir=gopath/src
|
||||
$ gomote run -e 'GOPATH=/tmp/workdir/gopath' $MOTE go/bin/go test -v golang.org/x/sys/unix
|
||||
```
|
||||
|
||||
### Android
|
||||
|
||||
```
|
||||
export MOTE=`gomote create android-arm64-wikofever`
|
||||
gomote push $MOTE
|
||||
gomote run $MOTE go/src/make.bash
|
||||
```
|
||||
PATH must contain the exec wrapper, go_android_*_exec, built by make.bash.
|
||||
|
||||
```
|
||||
gomote run -path '$PATH,$WORKDIR/go/bin' $MOTE go/bin/go test math/big
|
||||
```
|
||||
|
||||
## About Buildlets
|
||||
|
||||
http://farmer.golang.org/builders lists information about how each buildlet is deployed and configured.
|
||||
|
Loading…
x
Reference in New Issue
Block a user