mirror of https://github.com/ipxe/ipxe.git
Merge branch 'QRcode' of https://github.com/dgtlrift/ipxe into QRcode
commit
e78551fb03
|
@ -9,8 +9,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Checkout submodules
|
||||
uses: textbook/git-checkout-submodule-action@2.0.0
|
||||
- name: make
|
||||
run: cd src && make
|
||||
run: cd src && make -d V=1
|
||||
- name: make check
|
||||
run: make check
|
||||
- name: make distcheck
|
||||
|
|
Loading…
Reference in New Issue