improve resiliency of make_windows_* github actions

This commit is contained in:
Laurent Perron
2021-12-02 15:43:05 +01:00
parent 025e91973c
commit aba4019f6d
4 changed files with 8 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ jobs:
run: tools\make detect_port
- name: Build third party
run: tools\make third_party -j4
- name: Generate protos
run: tools\make all_protos
- name: Build C++
run: tools\make cc -j4
- name: Test C++

View File

@@ -25,6 +25,8 @@ jobs:
run: tools\make detect_dotnet
- name: Build third party
run: tools\make third_party -j4
- name: Generate protos
run: tools\make all_protos
- name: Build C++
run: tools\make cc -j4
- name: Build .Net

View File

@@ -25,6 +25,8 @@ jobs:
run: tools\make detect_java
- name: Build third party
run: tools\make third_party -j4
- name: Generate protos
run: tools\make all_protos
- name: Build C++
run: tools\make cc -j4
- name: Build Java

View File

@@ -28,6 +28,8 @@ jobs:
run: tools\make detect_python
- name: Build third party
run: tools\make third_party -j4
- name: Generate protos
run: tools\make all_protos
- name: Build C++
run: tools\make cc -j4
- name: Build Python