Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/taox11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ jobs:
matrix:
include:
- os: windows-2025
ruby: '3.0'
ruby: '3.1'
project_type: vs2022
make_flags: '--debug'
- os: windows-2025
ruby: '3.0'
ruby: '3.1'
project_type: vs2022
make_flags: '--release'
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -182,6 +182,8 @@ jobs:
path: ${{ env.X11_BASE_ROOT }}
ref: ${{ env.X11_BRANCH }}
- uses: ilammy/msvc-dev-cmd@v1
with:
vsversion: 2022
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand All @@ -203,5 +205,5 @@ jobs:
shell: cmd
- name: Run brix11 make
run: |
%X11_BASE_ROOT%/bin/brix11 make ${{ matrix.make_flags }} -N -d %X11_BASE_ROOT% -- make -N -d %TAOX11_ROOT%/examples -- make -N -d %TAOX11_ROOT%/orbsvcs/tests -- make -N -d %TAOX11_ROOT%/tests
%X11_BASE_ROOT%/bin/brix11 make ${{ matrix.make_flags }} -N -d %X11_BASE_ROOT% -- make ${{ matrix.make_flags }} -N -d %TAOX11_ROOT%/examples -- make ${{ matrix.make_flags }} -N -d %TAOX11_ROOT%/orbsvcs/tests -- make ${{ matrix.make_flags }} -N -d %TAOX11_ROOT%/tests
shell: cmd
Loading