fix github workflows for make

This commit is contained in:
Laurent Perron
2022-02-21 14:14:16 +01:00
parent 990444339b
commit c3e60f08ef
9 changed files with 33 additions and 55 deletions

View File

@@ -24,12 +24,10 @@ jobs:
run: make detect_port
- name: Check Python
run: make detect_python
- name: Build third party
run: make third_party -j4
- name: Build C++
run: make cc -j4
- name: Build Python
run: make python -j4
- name: Build third party
run: make third_party BUILD_PYTHON=ON -j4
- name: Build C++ and Python
run: make all -j4
- name: Test Python
run: make test_python -j4
- name: Create wheel package