Skip to content

Commit

Permalink
ADO pipeline update (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn authored May 14, 2024
1 parent af1e6a1 commit 5f9e33b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/DirectXMath-GitHub-CMake-Dev17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ resources:
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)

variables:
Codeql.Enabled: false
VS_GENERATOR: 'Visual Studio 17 2022'
WIN10_SDK: '10.0.19041.0'
WIN11_SDK: '10.0.22000.0'
Expand Down
1 change: 1 addition & 0 deletions build/DirectXMath-GitHub-CMake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ resources:
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)

variables:
Codeql.Enabled: false
VS_GENERATOR: 'Visual Studio 16 2019'
WIN10_SDK: '10.0.19041.0'
GITHUB_PAT: $(GITHUBPUBLICTOKEN)
Expand Down
1 change: 1 addition & 0 deletions build/DirectXMath-GitHub-Dev17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ pool:
vmImage: windows-2022

variables:
Codeql.Enabled: false
GITHUB_PAT: $(GITHUBPUBLICTOKEN)

jobs:
Expand Down
1 change: 1 addition & 0 deletions build/DirectXMath-GitHub-MinGW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ pool:
vmImage: windows-2022

variables:
Codeql.Enabled: false
GITHUB_PAT: $(GITHUBPUBLICTOKEN)
URL_MINGW32: https://github.com/brechtsanders/winlibs_mingw/releases/download/12.2.0-14.0.6-10.0.0-ucrt-r2/winlibs-i686-posix-dwarf-gcc-12.2.0-llvm-14.0.6-mingw-w64ucrt-10.0.0-r2.zip
HASH_MINGW32: 'fcd1e11b896190da01c83d5b5fb0d37b7c61585e53446c2dab0009debc3915e757213882c35e35396329338de6f0222ba012e23a5af86932db45186a225d1272'
Expand Down
1 change: 1 addition & 0 deletions build/DirectXMath-GitHub-WSL-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ pool:
vmImage: ubuntu-22.04

variables:
Codeql.Enabled: false
GITHUB_PAT: $(GITHUBPUBLICTOKEN)

jobs:
Expand Down
1 change: 1 addition & 0 deletions build/DirectXMath-GitHub-WSL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ pool:
vmImage: ubuntu-20.04

variables:
Codeql.Enabled: false
GITHUB_PAT: $(GITHUBPUBLICTOKEN)

jobs:
Expand Down
2 changes: 1 addition & 1 deletion build/DirectXMath-GitHub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ resources:
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)

variables:
Codeql.Enabled: false
GITHUB_PAT: $(GITHUBPUBLICTOKEN)
Codeql.Enabled: true

pool:
vmImage: windows-2019
Expand Down
2 changes: 2 additions & 0 deletions build/DirectXMath-SDL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ resources:
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)

variables:
Codeql.Enabled: true
Codeql.Language: cpp
VS_GENERATOR: 'Visual Studio 17 2022'
GITHUB_PAT: $(GITHUBPUBLICTOKEN)

Expand Down

0 comments on commit 5f9e33b

Please sign in to comment.