Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added GitHub Actions for build and security analysis #461

Merged
merged 16 commits into from
Jul 30, 2024
Prev Previous commit
Next Next commit
Update triggers for ADO to reduce overlap with GitHub Actions
  • Loading branch information
walbourn committed Jul 28, 2024
commit c7958fc0ac8f85d7c1110f860dc9d4d42c84d263
2 changes: 1 addition & 1 deletion build/DirectXTK-GitHub-CMake-Dev17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# http://go.microsoft.com/fwlink/?LinkId=248929

# Builds the library using CMake.
# Builds the library using CMake with VS Generator (GitHub Actions covers Ninja).

schedules:
- cron: "0 4 * * *"
Expand Down
2 changes: 1 addition & 1 deletion build/DirectXTK-GitHub-CMake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# http://go.microsoft.com/fwlink/?LinkId=248929

# Builds the library using CMake.
# Builds the library using CMake with VS Generator (GitHub Actions covers Ninja).

schedules:
- cron: "0 4 * * *"
Expand Down
37 changes: 4 additions & 33 deletions build/DirectXTK-GitHub-Dev17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,44 +12,15 @@ schedules:
include:
- main

trigger:
branches:
include:
- main
paths:
exclude:
- '*.md'
- LICENSE
- CMake*
- '.github/*'
- '.nuget/*'
- build/*.cmake
- build/*.cmd
- build/*.in
- build/*.json
- build/*.props
- build/*.ps1
- build/*.targets

# GitHub Actions handles MSBuild for CI/PR
trigger: none
pr:
branches:
include:
- main
paths:
exclude:
- '*.md'
- LICENSE
- CMake*
- '.github/*'
- '.nuget/*'
- build/*.cmake
- build/*.cmd
- build/*.in
- build/*.json
- build/*.props
- build/*.ps1
- build/*.targets
drafts: false
include:
- build/DirectXTK-GitHub-Dev17.yml

resources:
repositories:
Expand Down
37 changes: 4 additions & 33 deletions build/DirectXTK-GitHub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,44 +12,15 @@ schedules:
include:
- main

trigger:
branches:
include:
- main
paths:
exclude:
- '*.md'
- LICENSE
- CMake*
- '.github/*'
- '.nuget/*'
- build/*.cmake
- build/*.cmd
- build/*.in
- build/*.json
- build/*.props
- build/*.ps1
- build/*.targets

# GitHub Actions handles MSBuild for CI/PR
trigger: none
pr:
branches:
include:
- main
paths:
exclude:
- '*.md'
- LICENSE
- CMake*
- '.github/*'
- '.nuget/*'
- build/*.cmake
- build/*.cmd
- build/*.in
- build/*.json
- build/*.props
- build/*.ps1
- build/*.targets
drafts: false
include:
- build/DirectXTK-GitHub.yml

resources:
repositories:
Expand Down
2 changes: 1 addition & 1 deletion build/DirectXTK-SDL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ schedules:
include:
- main

# GitHub Actions handles CodeQL and PREFAST for CI/PR
trigger: none

pr:
branches:
include:
Expand Down
Loading