mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-23 20:50:18 +01:00
cb6e5cb0c7
* use dep for vendoring * lets encrypt * moved web to transfer.sh-web repo * single command install * added first tests
10 lines
287 B
YAML
10 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
|