ci_conf.neptools.rb (351B)
1 step :neptools_opts, after: :default_values, before: :do_build do 2 opt.executables = ['stcm-editor'] 3 opt.test_executable = 'stcm-editor' 4 if opt.os.start_with?('windows') && opt.architecture == 'x86' 5 opt.executables.append 'launcher' 6 # also neptools-server.dll 7 elsif opt.os == 'vita' 8 opt.set! :executables, ['vita_plugin'] 9 end 10 end