Skip to content

Commit

Permalink
.github/workflows/build.yml: add MSI STM variant to CI
Browse files Browse the repository at this point in the history
Change-Id: I9402b52f8f4c293ed0f1fd3e0e76307ca19b2b27
Signed-off-by: Michał Kopeć <[email protected]>
  • Loading branch information
mkopec committed Nov 3, 2023
1 parent 16b1f08 commit 832ca9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
matrix:
vendor: [ msi ]
model: [ ms7d25_ddr4, ms7d25_ddr5, ms7e06_ddr4, ms7e06_ddr5 ]
variant: [ , _stm ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -59,7 +60,7 @@ jobs:
run: git submodule update --init --recursive --checkout
- name: Build Dasharo
run: |
cp configs/config.${{ matrix.vendor }}_${{ matrix.model }} .config
cp configs/config.${{ matrix.vendor }}_${{ matrix.model }}${{ matrix.variant }} .config
make olddefconfig
make
- name: Save artifacts
Expand Down

0 comments on commit 832ca9f

Please sign in to comment.