Update ccpp.yml

This commit is contained in:
夏楚 2019-11-26 09:52:20 +08:00 committed by GitHub
parent bf70a01f6a
commit e84af6a9e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
run: git submodule update --init run: git submodule update --init
- name: apt-get安装依赖库(非必选) - name: apt-get安装依赖库(非必选)
run: sudo apt-get install -y cmake libmysqlclient-dev libssl-dev libx264-dev libfaac-dev libmp4v2-dev libsdl-dev libavcodec-dev libavutil-dev run: sudo apt-get install -y cmake libssl-dev libmp4v2-dev libsdl-dev libavcodec-dev libavutil-dev
- name: 编译 - name: 编译
run: mkdir -p linux_build && cd linux_build && cmake .. && make -j4 run: mkdir -p linux_build && cd linux_build && cmake .. && make -j4