mirror of
https://github.com/status-im/miniupnp.git
synced 2025-03-03 23:10:31 +00:00
test cmake build
This commit is contained in:
parent
ae5e8fa9af
commit
7a7680a3a1
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -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…
x
Reference in New Issue
Block a user