We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What command can be used to compile the program used by Windows?
kind: pipeline type: docker name: autoUpload node: name: nas-runner steps: - name: 自动编译 image: unityci/editor:2021.3.13f1-base-1.0.1 commands: - ls - unity-editor help
The text was updated successfully, but these errors were encountered:
I'm not sure I follow. Could you describe a little bit more about what you're trying to do exactly?
Sorry, something went wrong.
I want to use drone to automatically compile unity's webgl and windows software. I don't know how to run the command.
Hi, I have progressed a little further in running GameCi on Drone, but I am catching errors like this:
-----CompilerOutput:-stdout--exitcode: 139--compilationhadfailure: True--outfile: Temp/SQLite-net.dll -----CompilerOutput:-stderr---------- /opt/unity/Editor/Data/Tools/RoslynScripts/unity_csc.sh: line 13: 646 Segmentation fault (core dumped) "/opt/unity/Editor/Data/Tools/RoslynScripts/../../Tools/Roslyn/csc" /shared /utf8output /noconfig @Temp/UnityTempFile-ad3774e7893a727a9bf2292a1ea1bf4a -----EndCompilerOutput---------------
or
AcceleratorClientConnectionCallback - disconnected - :0 /home/bokken/build/output/unity/unity/PlatformDependent/Linux/External/baselib/builds/Include/C/Baselib_ThreadLocalStorage.inl.h(13): Assertion failed (rc == 0) Caught fatal signal - signo:5 code:128 errno:0 addr:(nil)
Used: unityci/editor:ubuntu-2020.3.44f1-windows-mono-1.0.1
No branches or pull requests
What command can be used to compile the program used by Windows?
The text was updated successfully, but these errors were encountered: