Skip to content

Commit

Permalink
Split github workflow continuous integration profile, into project sp…
Browse files Browse the repository at this point in the history
…ecific ones
  • Loading branch information
WithoutPlastic committed Sep 7, 2024
1 parent a98df35 commit ab9fafc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,3 @@ jobs:
toolchain: 1.64.0
- name: Try Build
run: cargo build --manifest-path api-vulkan-tutorial-rust-2022/Cargo.toml

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

0 comments on commit ab9fafc

Please sign in to comment.