drone 4g mem

This commit is contained in:
Dan Ballard 2019-08-15 17:00:00 -07:00
parent 4da95090c5
commit 956e7a4413
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ pipeline:
- export GO111MODULE=off
- go clean -cache -modcache
build-linux:
mem_limit: 3G
mem_limit: 4G
image: therecipe/qt:linux_static
when:
repo: cwtch.im/ui
@ -51,7 +51,7 @@ pipeline:
- sha256sum $FILENAME > $FILENAME.sha256
- rm -r cwtch
build-android:
mem_limit: 3G
mem_limit: 4G
image: therecipe/qt:android
when:
repo: cwtch.im/ui
@ -78,7 +78,7 @@ pipeline:
- cp android/build-debug.apk $FILENAME
- sha256sum $FILENAME > $FILENAME.sha256
build-windows:
mem_limit: 3G
mem_limit: 4G
image: therecipe/qt:windows_64_static
when:
repo: cwtch.im/ui