Commit Graph

8 Commits

Author SHA1 Message Date
Kazuki Matsumoto dbe91c7483
fix: [workaround] Avoid crash when build app with batchmode on command-line (#742)
* fix

* workaround

* export YAMATO_JOB_ID

(cherry picked from commit cbdcf105ec97b79f2804e059c3fa164ec0d60cca)
2022-08-25 12:59:43 +09:00
Kazuki Matsumoto 63c62e9c77
chore: Add m1mac for testing platform on CI (#546) 2021-10-08 10:15:32 +09:00
Kazuki Matsumoto 33a197021a
feat: Upgrade WebRTC package 2.4.0-exp.4 (#523)
* wip

* wip

* add audiotest sample

* add microphone sampl

* audio test

* resampling audio source

* resampling audio source

* upgrade webrtc package version

* revert

* revert

* revert

* fix lint

* fix package.json

* fix domain for upm package

* fix bugs

* fix scene
2021-09-10 16:54:03 +09:00
Kazuki Matsumoto c037a6e5a1
chore: Fix scripts for testing macos standalone on CI (#482)
* [skip ci] fix macos standalone test on CI

* [skip ci] fix

* [skip ci] fix

* [skip ci] fix

* [skip ci] fix

* [skip ci] fix bug

* fix bugs
2021-05-31 10:07:57 +09:00
Takashi Kannan 7abe359ca9
feat: update template 3.0.0 (#442)
* update hdrp template

* update rtx template

* fix rtx template

* add template package test

* add prepack process

* skip convert symlink (meaning not run test about rtx template)

* update changelog

* fix review

* fix review

* [skip ci] fixed broken links

* [skip ci] filter ValidationSuiteRun

Co-authored-by: kazuki <karasusan@gmail.com>
2021-03-19 18:29:59 +09:00
Takashi Kannan 6a7ff09721
chore: run CI testing on macOS/iOS (#391)
* add run utr by manual on mac

* fix yaml

* enable test on macos

* revert mac image

* add ios build and test job

* fix yamato yml

* add ios support for runtime asmdef

* signaling test exclude iphone player

* use same setting webrtc package

* integrate package test trigger

* fix rendering test on mac

* add trigger job

* fix publish dependencies

* fix template ci yaml

* delete trigger about template-ci
2021-01-28 15:08:28 +09:00
Sindharta Tanuwijaya 7ddc664828
chore: create an initial RTX template for UnityRenderStreaming (#247)
* Updating template project to 2019.3.6f1

* Add initial rtx template, with four symlinks to the normal hd template:
- ExampleAssets
- Scripts
- TutorialInfo
- TextMeshPro

* Fix TestMeshPro symbolic link

* Convert symlinks when packing templates

* Fix Yamato setting. All the jobs must have the template name, so that it's valid

* Rename assembly and test to RTX

* Use double quote when calling convert symlinks

* Revert "Use double quote when calling convert symlinks"

This reverts commit 33c1b1aecb.

* escape path with space using {}

* Wrong variable

* Add symlink for the template itself
2020-03-26 18:45:24 +09:00
Kazuki Matsumoto 428044ceb0
refactor: Prepared template testing (#218)
* add patch file to replace "manifest.json" for testing template

* add template unittest

* exclude RenderStreaming test on MacOS

* move the place where web application executable file

* cp WebApp folder to resolve the path searching of the webserver

* added method "ChangeGraphicsApi"

* fixed build script to copy webserver

* fixed build error

* exclude macos platform from template test

* test

* test

* add meta

* test

* test

* remove trigger to stop template test

* fixed warning

* upgrade input system 1.0.0-preview.4

* fixed comment
2020-01-31 14:26:48 +09:00