Update .drone.yml
This commit is contained in:
@@ -35,8 +35,9 @@ 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
|
- chmod 777 -R .
|
||||||
# - /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 . -buildWindowsPlayer ./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 . -buildOSXUniversalPlayer ./builds/WeSign-MacOS.app -quit --headless
|
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -buildOSXUniversalPlayer ./builds/WeSign-MacOS.app -quit --headless
|
||||||
- name: commit-files
|
- name: commit-files
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
|
|||||||
Reference in New Issue
Block a user