Skip to content

Commit

Permalink
chore: fixed build process for template project (#231)
Browse files Browse the repository at this point in the history
* [skip ci] fixed build process for template project

* [skip ci] fixed manifest.json

* [skip ci] fixed build error
  • Loading branch information
karasusan authored Feb 26, 2020
1 parent ab9efdf commit 6c8b2dc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
6 changes: 1 addition & 5 deletions .yamato/upm-ci-publish-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ packages:
- name: renderstreaming
---
publish_github_release:
name: Publish Github Release
name: Publish Template and Webapp to Github Release
agent:
type: Unity::VM
image: package-ci/win10:stable
flavor: b1.large
commands:
- npm install github-release-cli -g
- github-release upload -o "Unity-Technologies" -r "UnityRenderStreaming" -t "%GIT_TAG%" -n "%GIT_TAG%" "upm-ci~/packages/com.unity.renderstreaming-%GIT_TAG%.tgz"
- github-release upload -o "Unity-Technologies" -r "UnityRenderStreaming" -t "%GIT_TAG%" -n "%GIT_TAG%" "upm-ci~/packages/com.unity.template.renderstreaming-%GIT_TAG%.tgz"
- github-release upload -o "Unity-Technologies" -r "UnityRenderStreaming" -t "%GIT_TAG%" -n "%GIT_TAG%" "WebApp/bin~/webserver"
- github-release upload -o "Unity-Technologies" -r "UnityRenderStreaming" -t "%GIT_TAG%" -n "%GIT_TAG%" "WebApp/bin~/webserver.exe"
Expand All @@ -21,9 +20,6 @@ publish_github_release:
only:
- /^(v|V)?\d+\.\d+\.\d+(-preview(\.\d+)?)?$/
dependencies:
{% for package in packages%}
- .yamato/upm-ci-renderstreaming-packages.yml#pack_{{ package.name }}
{% endfor %}
- .yamato/upm-ci-template.yml#pack
{% for platform in platforms %}
- .yamato/upm-ci-webapp.yml#pack_{{ platform.name }}
Expand Down
7 changes: 0 additions & 7 deletions .yamato/upm-ci-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ test_{{ platform.name }}_{{ editor.version }}:
{% endif %}
- npm install upm-ci-utils@latest -g --registry https://api.bintray.com/npm/unity/unity-npm
- upm-ci template test -u {{ editor.version }}
# TODO:: `upm-ci template test` is failed using the package on the internal registry.
# triggers:
# branches:
# only:
# - "/.*/"
# except:
# - "master"
artifacts:
logs:
paths:
Expand Down
2 changes: 1 addition & 1 deletion Packages/com.unity.template.renderstreaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"description": "This is HDRP sample scene project integrated with Unity Render Streaming technology.\n\nAlong with its signaling web server, you could play around the scene in any webrtc supported web browser.",
"dependencies": {
"com.unity.renderstreaming": "1.2.0-preview",
"com.unity.render-pipelines.high-definition": "7.1.7"
"com.unity.render-pipelines.high-definition": "7.1.8"
}
}
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"com.unity.ide.vscode": "1.1.4",
"com.unity.inputsystem": "1.0.0-preview.4",
"com.unity.render-pipelines.high-definition": "7.1.8",
"com.unity.renderstreaming": "1.2.0-preview.1",
"com.unity.renderstreaming": "1.2.0-preview",
"com.unity.test-framework": "1.1.9",
"com.unity.textmeshpro": "2.0.1",
"com.unity.ugui": "1.0.0",
Expand Down

0 comments on commit 6c8b2dc

Please # to comment.