drone lol needs 3gb?

This commit is contained in:
Dan Ballard 2019-03-04 12:31:17 -08:00
parent 35e35656cb
commit afa6aa94c4
1 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ workspace:
pipeline:
build-linux:
mem_limit: 2G
mem_limit: 3G
image: therecipe/qt:linux
environment:
- QT_DIR=/opt/Qt
@ -22,7 +22,7 @@ pipeline:
- tar -czf $FILENAME cwtch
- rm -r cwtch
build-android:
mem_limit: 2G
mem_limit: 3G
image: therecipe/qt:android
environment:
- QT_DIR=/opt/Qt
@ -40,7 +40,7 @@ pipeline:
- qtdeploy build android
- cp deploy/android/build-debug.apk deploy/cwtch-android-`date +%G-%m-%d-%H-%M`.apk
build-windows:
mem_limit: 2G
mem_limit: 3G
image: therecipe/qt:windows_64_shared
environment:
- QT_DIR=/opt/Qt
@ -56,10 +56,10 @@ pipeline:
- find -iname 'rcc*' | xargs rm
- go get -d
- qtdeploy build windows
- cp windows/* deploy/windows
- cp -r windows/* deploy/windows
- cd deploy
- mv windows cwtch
- zip -r cwtch-windows-`date +%G-%m-%d-%H-%M`.zip windows
- zip -r cwtch-windows-`date +%G-%m-%d-%H-%M`.zip cwtch
- rm -r cwtch
deploy-buildfiles:
image: pivotaldata/concourse-ssh