Sha256: 0ad4b5e97bbb844720802bea93e0095cbb34ac2914cb250b644bdf639c49d721

Contents?: true

Size: 384 Bytes

Versions: 5

Compression:

Stored size: 384 Bytes

Contents

# frozen_string_literal: true

desc "Run the EditorRun.Build task"
lane :u3d_build do |options|
  u3d(raw_logs: options[:raw_logs], run_args: "-logFile './editor.log' -executeMethod U3d.EditorRun.Build -quit -batchmode")
end

lane :u3d_build2 do |options|
  u3d(raw_logs: options[:raw_logs], run_args: "-logFile '/dev/stdout' -executeMethod U3d.EditorRun.Build -quit -batchmode")
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
u3d-1.3.4 examples/Example2/fastlane/Fastfile
u3d-1.3.3 examples/Example2/fastlane/Fastfile
u3d-1.3.2 examples/Example2/fastlane/Fastfile
u3d-1.3.1 examples/Example2/fastlane/Fastfile
u3d-1.3.0 examples/Example2/fastlane/Fastfile