This commit is contained in:
Laurent Perron
2022-02-21 16:38:34 +01:00
parent c0ab8ed4e9
commit dc4e3f3689
3 changed files with 12 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- name: Build third party
run: make third_party -j4
- name: Build C++
run: make cc -j4
run: make compile_libraries -j4
- name: Test C++
run: make test_cc
- name: Install