-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split github workflow continuous integration profile, into project sp…
…ecific ones
- Loading branch information
1 parent
a98df35
commit ab9fafc
Showing
2 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
.github/workflows/api-vulkan-guide-rust.ci-information.build-result.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Information Source Code Build Result | ||
on: | ||
push: | ||
branches: | ||
- main | ||
jobs: | ||
try-build-api-vulkan-guide-rust: | ||
name: Try Build Api Vulkan Guide | ||
runs-on: windows-latest | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v4 | ||
- name: Install Rust Toolchain | ||
uses: dtolnay/rust-toolchain@stable | ||
with: | ||
toolchain: 1.80.1 | ||
- name: Try Build | ||
run: cargo build --manifest-path api-vulkan-guide-rust/source-main/Cargo.toml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters