Update .drone.yml

This commit is contained in:
Victor Mylle
2023-03-10 17:23:57 +00:00
parent 1e8209be6c
commit e86a781644

View File

@@ -7,7 +7,7 @@ clone:
steps:
- name: unity-build-tests
image: docker.io/library/unity-test-runner:0.1
image: docker.io/library/unity-runner:0.1
commands:
- ls
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -executeMethod GitTools.Solution.Sync -quit
@@ -83,4 +83,4 @@ steps:
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -buildWindowsPlayer WiiSign.exe -quit --headless
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -buildLinux64Player WiiSign -quit --headless
- /opt/unity/editors/2021.3.19f1/Editor/Unity -batchmode -nographics -projectPath . -buildOSXUniversalPlayer WiiSign.app -quit --headless
- curl --request POST --header "PRIVATE-TOKEN: ixKiNbp48zzmP5PF-epo" --form "file=WiiSign.exe" "https://gitlab.ilabt.imec.be/api/v4/projects/4583/uploads"
- curl --request POST --header "PRIVATE-TOKEN:\ ixKiNbp48zzmP5PF-epo" --form "file=WiiSign.exe" "https://gitlab.ilabt.imec.be/api/v4/projects/4583/uploads"