mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-12-05 02:10:18 +01:00
11 lines
287 B
YAML
11 lines
287 B
YAML
|
language: go
|
||
|
install:
|
||
|
- curl -sSo gae_sdk.zip https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-1.9.40.zip
|
||
|
- unzip -q gae_sdk.zip
|
||
|
script:
|
||
|
- pushd talksapp
|
||
|
- ./setup.sh
|
||
|
- ../go_appengine/goapp get .
|
||
|
- ../go_appengine/goapp test -v .
|
||
|
- popd
|