ci: Update GitHub Make jobs
This commit is contained in:
6
.github/workflows/make_linux_cpp.yml
vendored
6
.github/workflows/make_linux_cpp.yml
vendored
@@ -10,11 +10,15 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Check make
|
||||
run: make --version
|
||||
- name: Check system
|
||||
run: make detect_port
|
||||
- name: Check C++
|
||||
run: make detect_cc
|
||||
- name: Build third party
|
||||
run: make third_party -j4
|
||||
- name: Build C++
|
||||
run: make cc -j4
|
||||
- name: Test
|
||||
- name: Test C++
|
||||
run: make test_cc
|
||||
- name: Install
|
||||
run: make install_cc DESTDIR=install
|
||||
|
||||
Reference in New Issue
Block a user