Update build workflow to enable submodule checkout and simplify build command
Some checks failed
Manuelles Build mit ISE / build (push) Has been cancelled
Some checks failed
Manuelles Build mit ISE / build (push) Has been cancelled
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -2,6 +2,9 @@ name: Manuelles Build mit ISE
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -9,9 +12,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cd "$GITHUB_WORKSPACE/build"
|
||||
make trace
|
||||
make
|
||||
|
||||
|
Reference in New Issue
Block a user