Update .drone.yml
This commit is contained in:
14
.drone.yml
14
.drone.yml
@@ -35,11 +35,11 @@ steps:
|
|||||||
- name: unity-builds
|
- name: unity-builds
|
||||||
image: docker.io/library/unity-runner:0.1
|
image: docker.io/library/unity-runner:0.1
|
||||||
commands:
|
commands:
|
||||||
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -buildWindowsPlayer ./builds/WeSign-Windows.exe -quit --headless || true
|
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -buildWindowsPlayer ./wesign-builds/WeSign-Windows.exe -quit --headless || true
|
||||||
- chmod 777 -R .
|
- chmod 777 -R .
|
||||||
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -buildWindowsPlayer ./builds/WeSign-Windows.exe -quit --headless
|
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -buildWindowsPlayer ./wesign-builds/WeSign-Windows.exe -quit --headless
|
||||||
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -buildLinux64Player ./builds/WeSign-Linux -quit --headless
|
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -buildLinux64Player ./wesign-builds/WeSign-Linux -quit --headless
|
||||||
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -buildOSXUniversalPlayer ./builds/WeSign-MacOS.app -quit --headless
|
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -buildOSXUniversalPlayer ./wesign-builds/WeSign-MacOS.app -quit --headless
|
||||||
- name: commit-files
|
- name: commit-files
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
environment:
|
environment:
|
||||||
@@ -50,8 +50,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- git config --global user.name "DroneCI"
|
- git config --global user.name "DroneCI"
|
||||||
- git config --global user.email "droneci@wesign.com"
|
- git config --global user.email "droneci@wesign.com"
|
||||||
- git add ./builds/WeSign-Windows.exe
|
- git add ./wesign-builds/WeSign-Windows.exe
|
||||||
- git add ./builds/WeSign-Linux
|
- git add ./wesign-builds/WeSign-Linux
|
||||||
- git add ./builds/WeSign-MacOS.app
|
- git add ./wesign-builds/WeSign-MacOS.app
|
||||||
- git commit -m "Add build files [skip ci]"
|
- git commit -m "Add build files [skip ci]"
|
||||||
- git push https://oauth2:ixKiNbp48zzmP5PF-epo@gitlab.ilabt.imec.be/wesign/unity-application/
|
- git push https://oauth2:ixKiNbp48zzmP5PF-epo@gitlab.ilabt.imec.be/wesign/unity-application/
|
||||||
|
|||||||
Reference in New Issue
Block a user