File tree Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Expand file tree Collapse file tree 1 file changed +1
-32
lines changed Original file line number Diff line number Diff line change 4040 github.event_name == 'schedule' &&
4141 steps.git_info.outputs.current_commit == steps.last_successful_commit.outputs.commit-hash
4242
43- # TODO (RSDK-10666) Uncomment and fix
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-
58- # - name: Install dependencies
59- # uses: crazy-max/ghaction-chocolatey@v3
60- # with:
61- # args: 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 create . `
70- # --build=missing `
71- # -o "&:shared=False"
72- # env:
73- # CONAN_USER_HOME: c:/cache
74- # CONAN_USER_HOME_SHORT: c:/cache/conan_shortpaths
43+ # TODO (RSDK-10666) add windows build testing
7544
7645 build_macos :
7746 if : github.repository_owner == 'viamrobotics'
You can’t perform that action at this time.
0 commit comments