test cmake build

This commit is contained in:
Thomas Bernard 2020-11-27 18:57:09 +01:00
parent ae5e8fa9af
commit 7a7680a3a1
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF
1 changed files with 4 additions and 1 deletions

View File

@ -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