Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jurihock committed Dec 23, 2023
1 parent e02d99d commit 827254c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Setup (Windows)
if: matrix.os == 'windows-latest'
run: .\scripts\prebuild_windows.bat
shell: cmd

- name: Build (MacOS)
if: matrix.os == 'macos-latest'
Expand All @@ -41,6 +42,7 @@ jobs:
- name: Build (Windows)
if: matrix.os == 'windows-latest'
run: .\scripts\build_windows.bat
shell: cmd

- name: Test (MacOS)
if: matrix.os == 'macos-latest'
Expand All @@ -53,6 +55,7 @@ jobs:
- name: Test (Windows)
if: matrix.os == 'windows-latest'
run: .\scripts\postbuild_windows.bat
shell: cmd

- name: Archive build artefacts
if: github.event_name == 'push'
Expand Down

0 comments on commit 827254c

Please sign in to comment.