diff --git a/.drone.yml b/.drone.yml index d9c2dc6..a9072a8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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