File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11name : Zip VCS plugins
22agent :
33 type : Unity::VM
4- image : core-kaunas/win10-vs2010 :latest
4+ image : slough-ops/ubuntu-22.04-base :latest
55 flavor : b1.small
66
7- interpreter : powershell
87commands :
98 - mkdir linux64
9+ - cp Build/linux64/* linux64
10+
1011 - mkdir OSX
12+ - cp Build/OSX/* OSX
13+
1114 - mkdir Win32
12- - Copy-Item Build/linux64/* linux64 -Recurse
13- - Copy-Item Build/OSX/* OSX -Recurse
14- - Copy-Item Build/Win32/* Win32 -Recurse
15+ - cp Build/Win32/* Win32
1516
1617artifacts :
1718 builds :
@@ -21,9 +22,9 @@ artifacts:
2122 - " Win32/**"
2223
2324dependencies :
24- - .yamato/windows-build.yml
2525 - .yamato/linux-build.yml
2626 - .yamato/osx-build.yml
27+ - .yamato/windows-build.yml
2728
2829triggers :
2930 branches :
You can’t perform that action at this time.
0 commit comments