mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
[ci] test example hello_world as well
This commit is contained in:
parent
13e583ebc7
commit
dce2a3e06a
1 changed files with 7 additions and 1 deletions
8
.github/workflows/Processor.yml
vendored
8
.github/workflows/Processor.yml
vendored
|
@ -39,6 +39,12 @@ jobs:
|
|||
Simple:
|
||||
runs-on: ubuntu-latest
|
||||
name: 'Simple testbench'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
example:
|
||||
- processor_check
|
||||
- hello_world
|
||||
|
||||
steps:
|
||||
|
||||
|
@ -50,7 +56,7 @@ jobs:
|
|||
# Redirect UART0 TX to text.io simulation output via <UARTx_SIM_MODE> user flags
|
||||
with:
|
||||
args: >-
|
||||
make -C sw/example/processor_check
|
||||
make -C sw/example/${{ matrix.example }}
|
||||
clean_all
|
||||
USER_FLAGS+="-DUART0_SIM_MODE -DUART1_SIM_MODE -flto"
|
||||
EFFORT=-Os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue