Skip to content

Commit

Permalink
Update build-mos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moodyhunter committed Aug 4, 2024
1 parent 365b6c5 commit 901062e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-mos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
cmake \
-DCMAKE_BUILD_TYPE=${{matrix.build_type}} \
-DMOS_CONFIG=${{matrix.config.arch}}-debug \
-DMOS_CONFIG=${{matrix.config.arch}}-default \
-DMOS_ARCH=${{matrix.config.arch}} \
-B build \
-G Ninja
Expand All @@ -57,17 +57,17 @@ jobs:
cd build
ninja mos_uefi_partition
- name: Test
run: |
cd build
../scripts/run-tests.py --arch ${{matrix.config.arch}} --kernelspace-tests -t 600 -w 120
- name: Upload Bootable Artifact
uses: actions/[email protected]
with:
name: MOS-${{matrix.build_type}}-${{matrix.config.arch}}
path: build/uefi-files

- name: Test
run: |
cd build
../scripts/run-tests.py --arch ${{matrix.config.arch}} --kernelspace-tests -t 600 -w 120
- name: Upload Test Results
if: always()
uses: actions/[email protected]
Expand Down

0 comments on commit 901062e

Please sign in to comment.