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