forked from TokTok/c-toxcore
-
-
Notifications
You must be signed in to change notification settings - Fork 5
34 lines (31 loc) · 774 Bytes
/
tcc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: github_tcc
on:
push:
pull_request:
jobs:
tcc:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- run: |
sudo apt-get update && \
sudo DEBIAN_FRONTEND=noninteractive \
apt-get install -y --no-install-recommends \
ca-certificates \
tcc \
git \
libconfig-dev \
libgtest-dev \
libopus-dev \
libsodium-dev \
libvpx-dev \
pkg-config \
libavutil-dev \
libavcodec-dev \
libavformat-dev \
libavfilter-dev \
libx264-dev \
libx265-dev
- run: .localrun/run_tcc.sh
- name: Run the test
run: "./send_message_test | grep 'tox clients connected'"