File tree Expand file tree Collapse file tree 2 files changed +1
-34
lines changed
Expand file tree Collapse file tree 2 files changed +1
-34
lines changed Original file line number Diff line number Diff line change 4141 steps.git_info.outputs.current_commit == steps.last_successful_commit.outputs.commit-hash
4242
4343 # TODO (RSDK-10666) add windows build testing
44- build_windows :
45- if : github.repository_owner == 'viamrobotics'
46- needs : [prepare]
47- runs-on : windows-latest
48- strategy :
49- fail-fast : false
50- matrix :
51- include :
52- - target : x86_64-windows
53- platform : windows_x86_64
54- steps :
55- - name : Checkout Code
56- uses : actions/checkout@v4
57- with :
58- ref : ${{ needs.prepare.outputs.sha }}
59-
60- - name : Install dependencies
61- run : choco install -y conan git
62-
63- - name : Create package
64- shell : powershell
65- run : |
66- Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
67- refreshenv
68- conan profile detect
69- conan install . --output-folder=build-conan --build=missing -o "&:shared=False"
70- cmake . --preset conan-default
71- cmake --build --preset=conan-release --target ALL_BUILD install -j 8
72- env :
73- CONAN_USER_HOME : c:/cache
74- CONAN_USER_HOME_SHORT : c:/cache/conan_shortpaths
7544
7645 build_macos :
7746 if : github.repository_owner == 'viamrobotics'
Original file line number Diff line number Diff line change 5353 ref : ${{ needs.prepare.outputs.sha }}
5454
5555 - name : Install dependencies
56- uses : crazy-max/ghaction-chocolatey@v3
57- with :
58- args : install -y conan git
56+ run : choco install -y conan git
5957
6058 - name : Create package
6159 shell : powershell
You can’t perform that action at this time.
0 commit comments