mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
yes
This commit is contained in:
4
.github/workflows/d3d11-test-msys2.yml
vendored
4
.github/workflows/d3d11-test-msys2.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
|
|
||||||
# Force xmake to a specific folder (for cache)
|
# Force xmake to a specific folder (for cache)
|
||||||
- name: Set xmake env
|
- name: Set xmake env
|
||||||
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV
|
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||||
|
|
||||||
# Install xmake
|
# Install xmake
|
||||||
- name: Setup xmake
|
- name: Setup xmake
|
||||||
@@ -61,7 +61,7 @@ jobs:
|
|||||||
# Fetch xmake dephash
|
# Fetch xmake dephash
|
||||||
- name: Retrieve dependencies hash
|
- name: Retrieve dependencies hash
|
||||||
id: dep_hash
|
id: dep_hash
|
||||||
run: echo "hash=$(xmake l utils.ci.packageskey)" >> $GITHUB_OUTPUT
|
run: echo "hash=$(xmake l utils.ci.packageskey)" | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding utf8 -Append
|
||||||
|
|
||||||
# Cache xmake dependencies
|
# Cache xmake dependencies
|
||||||
- name: Restore cached xmake dependencies
|
- name: Restore cached xmake dependencies
|
||||||
|
|||||||
10
.github/workflows/d3d11-test-windows.yml
vendored
10
.github/workflows/d3d11-test-windows.yml
vendored
@@ -16,11 +16,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
msystem: [mingw64]
|
|
||||||
os: [windows-latest]
|
os: [windows-latest]
|
||||||
arch: [x86_64]
|
arch: [x64]
|
||||||
confs:
|
mode: [debug]
|
||||||
- { mode: debug, archive: yes }
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
|
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
|
||||||
@@ -36,7 +34,7 @@ jobs:
|
|||||||
|
|
||||||
# Force xmake to a specific folder (for cache)
|
# Force xmake to a specific folder (for cache)
|
||||||
- name: Set xmake env
|
- name: Set xmake env
|
||||||
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV
|
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
|
||||||
|
|
||||||
# Install xmake
|
# Install xmake
|
||||||
- name: Setup xmake
|
- name: Setup xmake
|
||||||
@@ -52,7 +50,7 @@ jobs:
|
|||||||
# Fetch xmake dephash
|
# Fetch xmake dephash
|
||||||
- name: Retrieve dependencies hash
|
- name: Retrieve dependencies hash
|
||||||
id: dep_hash
|
id: dep_hash
|
||||||
run: echo "hash=$(xmake l utils.ci.packageskey)" >> $GITHUB_OUTPUT
|
run: echo "hash=$(xmake l utils.ci.packageskey)" | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding utf8 -Append
|
||||||
|
|
||||||
# Cache xmake dependencies
|
# Cache xmake dependencies
|
||||||
- name: Restore cached xmake dependencies
|
- name: Restore cached xmake dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user