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