ci: Update GitHub Make jobs

This commit is contained in:
Mizux Seiha
2021-09-23 11:06:48 +02:00
parent 623706668c
commit ed4c573103
11 changed files with 75 additions and 36 deletions

View File

@@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: ilammy/msvc-dev-cmd@v1
- name: Check java
run: java -version
- name: Clean sh.exe
run: |
where sh
@@ -19,8 +21,8 @@ jobs:
run: tools\make --version
- name: Check system
run: tools\make detect_port
- name: Check java
run: java -version
- name: Check Java
run: tools\make detect_java
- name: Build third party
run: tools\make third_party -j4
- name: Build C++