We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7467a1 commit 985fd8fCopy full SHA for 985fd8f
.github/workflows/build-nice.yml
@@ -5,7 +5,7 @@ on:
5
- master
6
pull_request:
7
jobs:
8
- build-media:
+ build-nice:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
@@ -19,18 +19,4 @@ jobs:
19
run: (cd build; make -j2)
20
- name: test
21
run: ./build/tests
22
- build-no-media:
23
- runs-on: ubuntu-latest
24
- steps:
25
- - uses: actions/checkout@v2
26
- - name: install packages
27
- run: sudo apt update && sudo apt install libgnutls28-dev libnice-dev
28
- - name: submodules
29
- run: git submodule update --init --recursive --depth 1
30
- - name: cmake
31
- run: cmake -B build -DUSE_GNUTLS=1 -DUSE_NICE=1 -DNO_MEDIA=1 -DWARNINGS_AS_ERRORS=1
32
- - name: make
33
- run: (cd build; make -j2)
34
- - name: test
35
- run: ./build/tests
36
0 commit comments