Skip to content

Commit cd7690b

Browse files
committed
get primetime ready
1 parent 230b29d commit cd7690b

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed

.github/workflows/conan.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -41,37 +41,6 @@ jobs:
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'

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ jobs:
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

0 commit comments

Comments
 (0)