Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .yamato/build_linux_x64_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variables:
ARTIFACT_FILENAME: {{globals.artifact_base_name}}-linux-x64.7z

commands:
- ./.yamato/scripts/build_linux.sh Debug
- ./.yamato/scripts/build_yamato.sh --config=Debug

artifacts:
7z-archives:
Expand Down
2 changes: 1 addition & 1 deletion .yamato/build_linux_x64_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variables:
ARTIFACT_FILENAME: {{globals.artifact_base_name}}-linux-x64.7z

commands:
- ./.yamato/scripts/build_linux.sh Release
- ./.yamato/scripts/build_yamato.sh --config=Release

artifacts:
7z-archives:
Expand Down
2 changes: 1 addition & 1 deletion .yamato/build_osx_arm64_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variables:
ARTIFACT_FILENAME: {{globals.artifact_base_name}}-osx-arm64.7z

commands:
- ./.yamato/scripts/build_osx.sh arm64 Debug
- ./.yamato/scripts/build_yamato.sh --arch=arm64 --config=Debug

artifacts:
7z-archives:
Expand Down
2 changes: 1 addition & 1 deletion .yamato/build_osx_arm64_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variables:
ARTIFACT_FILENAME: {{globals.artifact_base_name}}-osx-arm64.7z

commands:
- ./.yamato/scripts/build_osx.sh arm64 Release
- ./.yamato/scripts/build_yamato.sh --arch=arm64 --config=Release

artifacts:
7z-archives:
Expand Down
2 changes: 1 addition & 1 deletion .yamato/build_osx_x64_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variables:
ARTIFACT_FILENAME: {{globals.artifact_base_name}}-osx-x64.7z

commands:
- ./.yamato/scripts/build_osx.sh x64 Debug
- ./.yamato/scripts/build_yamato.sh --arch=x64 --config=Debug

artifacts:
7z-archives:
Expand Down
2 changes: 1 addition & 1 deletion .yamato/build_osx_x64_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variables:
ARTIFACT_FILENAME: {{globals.artifact_base_name}}-osx-x64.7z

commands:
- ./.yamato/scripts/build_osx.sh x64 Release
- ./.yamato/scripts/build_yamato.sh --arch=x64 --config=Release

artifacts:
7z-archives:
Expand Down
7 changes: 2 additions & 5 deletions .yamato/build_windows_x64_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@ name: Build Windows x64 Debug

agent:
type: Unity::VM
image: burst/burst-base:1.0.8-1195360
image: platform-foundation/coreclr-windows:v0.0.1-1276296
flavor: b1.xlarge

variables:
ARTIFACT_FILENAME: {{globals.artifact_base_name}}-win-x64.7z

commands:
- .yamato/scripts/build_windows.cmd x64 Debug
- powershell .yamato\scripts\download_7z.ps1
- copy LICENSE.md artifacts\bin\microsoft.netcore.app.runtime.win-x64\Debug\runtimes\win-x64
- artifacts\7za-win-x64\7za.exe a artifacts\unity\%ARTIFACT_FILENAME% .\artifacts\bin\microsoft.netcore.app.runtime.win-x64\Debug\runtimes\win-x64\*
- .yamato/scripts/build_yamato.cmd --arch=x64 --config=Debug

artifacts:
7z-archives:
Expand Down
7 changes: 2 additions & 5 deletions .yamato/build_windows_x64_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@ name: Build Windows x64 Release

agent:
type: Unity::VM
image: burst/burst-base:1.0.8-1195360
image: platform-foundation/coreclr-windows:v0.0.1-1276296
flavor: b1.xlarge

variables:
ARTIFACT_FILENAME: {{globals.artifact_base_name}}-win-x64.7z

commands:
- .yamato/scripts/build_windows.cmd x64 Release
- powershell .yamato\scripts\download_7z.ps1
- copy LICENSE.md artifacts\bin\microsoft.netcore.app.runtime.win-x64\Release\runtimes\win-x64
- artifacts\7za-win-x64\7za.exe a artifacts\unity\%ARTIFACT_FILENAME% .\artifacts\bin\microsoft.netcore.app.runtime.win-x64\Release\runtimes\win-x64\*
- .yamato/scripts/build_yamato.cmd --arch=x64 --config=Release

artifacts:
7z-archives:
Expand Down
7 changes: 2 additions & 5 deletions .yamato/build_windows_x86_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@ name: Build Windows x86 Debug

agent:
type: Unity::VM
image: burst/burst-base:1.0.8-1195360
image: platform-foundation/coreclr-windows:v0.0.1-1276296
flavor: b1.xlarge

variables:
ARTIFACT_FILENAME: {{globals.artifact_base_name}}-win-x86.7z

commands:
- .yamato/scripts/build_windows.cmd x86 Debug
- powershell .yamato\scripts\download_7z.ps1
- copy LICENSE.md artifacts\bin\microsoft.netcore.app.runtime.win-x86\Debug\runtimes\win-x86
- artifacts\7za-win-x64\7za.exe a artifacts\unity\%ARTIFACT_FILENAME% .\artifacts\bin\microsoft.netcore.app.runtime.win-x86\Debug\runtimes\win-x86\*
- .yamato/scripts/build_yamato.cmd --arch=x86 --config=Debug

artifacts:
7z-archives:
Expand Down
7 changes: 2 additions & 5 deletions .yamato/build_windows_x86_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@ name: Build Windows x86 Release

agent:
type: Unity::VM
image: burst/burst-base:1.0.8-1195360
image: platform-foundation/coreclr-windows:v0.0.1-1276296
flavor: b1.xlarge

variables:
ARTIFACT_FILENAME: {{globals.artifact_base_name}}-win-x86.7z

commands:
- .yamato/scripts/build_windows.cmd x86 Release
- powershell .yamato\scripts\download_7z.ps1
- copy LICENSE.md artifacts\bin\microsoft.netcore.app.runtime.win-x86\Release\runtimes\win-x86
- artifacts\7za-win-x64\7za.exe a artifacts\unity\%ARTIFACT_FILENAME% .\artifacts\bin\microsoft.netcore.app.runtime.win-x86\Release\runtimes\win-x86\*
- .yamato/scripts/build_yamato.cmd --arch=x86 --config=Release

artifacts:
7z-archives:
Expand Down
70 changes: 0 additions & 70 deletions .yamato/scripts/build_linux.sh

This file was deleted.

95 changes: 0 additions & 95 deletions .yamato/scripts/build_osx.sh

This file was deleted.

79 changes: 0 additions & 79 deletions .yamato/scripts/build_windows.cmd

This file was deleted.

3 changes: 3 additions & 0 deletions .yamato/scripts/build_yamato.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@echo off

%~dp0../../dotnet.cmd run --project %~dp0../../unity/CITools/BuildDriver/BuildDriver.csproj -- %*
4 changes: 4 additions & 0 deletions .yamato/scripts/build_yamato.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

BASEDIR=$(dirname $0)
$BASEDIR/../../dotnet.sh run --project $BASEDIR/../../unity/CITools/BuildDriver/BuildDriver.csproj -- "$@"
Loading