Skip to content
New issue

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

drone unity #192

Open
bbhxwl opened this issue Nov 14, 2022 · 3 comments
Open

drone unity #192

bbhxwl opened this issue Nov 14, 2022 · 3 comments
Labels
question Further information is requested

Comments

@bbhxwl
Copy link

bbhxwl commented Nov 14, 2022

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
@webbertakken
Copy link
Member

I'm not sure I follow. Could you describe a little bit more about what you're trying to do exactly?

@bbhxwl
Copy link
Author

bbhxwl commented Nov 14, 2022

I'm not sure I follow. Could you describe a little bit more about what you're trying to do exactly?

I want to use drone to automatically compile unity's webgl and windows software. I don't know how to run the command.

@Iam1337
Copy link

Iam1337 commented Feb 7, 2023

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

@davidmfinol davidmfinol added the question Further information is requested label Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants