Skip to content

Commit 985fd8f

Browse files
Removed existing workflow with nice and no media
1 parent f7467a1 commit 985fd8f

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/build-nice.yml

+1-15
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- master
66
pull_request:
77
jobs:
8-
build-media:
8+
build-nice:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
@@ -19,18 +19,4 @@ jobs:
1919
run: (cd build; make -j2)
2020
- name: test
2121
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
3622

0 commit comments

Comments
 (0)