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

@@ -20,12 +20,10 @@ jobs:
run: make detect_port
- name: Check Java
run: make detect_java
- name: Build third party
run: make third_party -j4
- name: Build C++
run: make cc -j4
- name: Build Java
run: make java -j4
- name: Build third party
run: make third_party BUILD_JAVA=ON -j4
- name: Build C++ and Java
run: make all -j4
- name: Test Java
run: make test_java -j4
- name: Create maven package