File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}"
You can’t perform that action at this time.
0 commit comments