Skip to content

Commit 76ccfae

Browse files
committed
Update windows.yml
1 parent 20a85ee commit 76ccfae

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/windows.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -241,22 +241,22 @@ jobs:
241241
# title: "Development Build for Windows"
242242
# files: |
243243
# bin/SCIRun/SCIRun-5.0.beta.*-win64.exe
244-
245-
windows-better-build:
246-
247-
runs-on: ${{ matrix.os }}
248-
strategy:
249-
matrix:
250-
os: [windows-2022, windows-2019]
251-
qt: ["5.15.2", "6.3.1"]
252-
hl: ["ON", "OFF"]
253-
py: ["ON", "OFF"]
254-
osp: ["ON", "OFF"]
255-
tst: ["ON", "OFF"]
256-
257-
steps:
258-
- name: Checkout
259-
uses: actions/checkout@v3
260-
261-
- name: Print out config command
262-
run: echo "cmake ..\Superbuild -DCMAKE_BUILD_TYPE=Release -DWITH_OSPRAY:BOOL=${{ matrix.osp }} -DQt_PATH:STRING=${{ matrix.qt }} -DBUILD_HEADLESS:BOOL=${{ matrix.hl }} -DBUILD_WITH_PYTHON:BOOL=${{ matrix.py }} -DBUILD_TESTING:BOOL=${{ matrix.tst }}"
244+
#
245+
# windows-better-build:
246+
#
247+
# runs-on: ${{ matrix.os }}
248+
# strategy:
249+
# matrix:
250+
# os: [windows-2022, windows-2019]
251+
# qt: ["5.15.2", "6.3.1"]
252+
# hl: ["ON", "OFF"]
253+
# py: ["ON", "OFF"]
254+
# osp: ["ON", "OFF"]
255+
# tst: ["ON", "OFF"]
256+
#
257+
# steps:
258+
# - name: Checkout
259+
# uses: actions/checkout@v3
260+
#
261+
# - name: Print out config command
262+
# run: echo "cmake ..\Superbuild -DCMAKE_BUILD_TYPE=Release -DWITH_OSPRAY:BOOL=${{ matrix.osp }} -DQt_PATH:STRING=${{ matrix.qt }} -DBUILD_HEADLESS:BOOL=${{ matrix.hl }} -DBUILD_WITH_PYTHON:BOOL=${{ matrix.py }} -DBUILD_TESTING:BOOL=${{ matrix.tst }}"

0 commit comments

Comments
 (0)