test cmake build
This commit is contained in:
parent
ae5e8fa9af
commit
7a7680a3a1
|
@ -24,9 +24,12 @@ jobs:
|
|||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: build miniupnpc
|
||||
- name: build miniupnpc with make
|
||||
run: make -C miniupnpc all check
|
||||
|
||||
- name: build miniupnpc with cmake
|
||||
run: mkdir miniupnpc/cmake-build && cd miniupnpc/cmake-build && cmake .. && make
|
||||
|
||||
build-minissdpd:
|
||||
# The type of runner that the job will run on
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue