mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
* use dep for vendoring * lets encrypt * moved web to transfer.sh-web repo * single command install * added first tests
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
|