Skip to content

Commit

Permalink
Add CI workflow: Test Build
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Jan 1, 2025
1 parent 9e12255 commit 644cf2d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Test Build (No Upload)"

on:
workflow_dispatch:

jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4

- name: Stage 1 Gathering Dependencies
shell: bash
working-directory: builder
run: bash stage1.sh

- name: Stage 2 Assembling Repositories
shell: bash
working-directory: builder
run: bash stage2.sh

0 comments on commit 644cf2d

Please sign in to comment.