Skip to content

Commit

Permalink
YAML fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Dec 5, 2022
1 parent be8faf6 commit 6c790b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions build/DirectXMath-GitHub-CMake-Dev17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ variables:
VS_GENERATOR: 'Visual Studio 17 2022'
WIN10_SDK: '10.0.19041.0'
WIN11_SDK: '10.0.22000.0'
GITHUB_PAT: $(GITHUBPUBLICTOKEN)

pool:
vmImage: windows-2022

variables:
GITHUB_PAT: $(GITHUBPUBLICTOKEN)

jobs:
- job: CMAKE_BUILD
displayName: CMake using VS Generator BUILD_TESTING=ON
Expand Down
4 changes: 1 addition & 3 deletions build/DirectXMath-GitHub-CMake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@ name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
variables:
VS_GENERATOR: 'Visual Studio 16 2019'
WIN10_SDK: '10.0.19041.0'
GITHUB_PAT: $(GITHUBPUBLICTOKEN)

pool:
vmImage: windows-2019

variables:
GITHUB_PAT: $(GITHUBPUBLICTOKEN)

jobs:
- job: CMAKE_BUILD
displayName: CMake using VS Generator
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 @@ -26,6 +26,7 @@ pool:

variables:
GITHUB_PAT: $(GITHUBPUBLICTOKEN)
DEST_DIR: $(DESTDIR)

jobs:
- job: BUILD_WSL
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 @@ -26,6 +26,7 @@ pool:

variables:
GITHUB_PAT: $(GITHUBPUBLICTOKEN)
DEST_DIR: $(DESTDIR)

jobs:
- job: BUILD_WSL
Expand Down

0 comments on commit 6c790b0

Please sign in to comment.