use the default CMAKE_PLATFORM generator on make windows; switch to Ninja make make windows and cmake windows python github actions
This commit is contained in:
5
.github/workflows/make_windows_cpp.yml
vendored
5
.github/workflows/make_windows_cpp.yml
vendored
@@ -9,14 +9,15 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
- uses: seanmiddleditch/gha-setup-ninja@master
|
||||
- name: Check make
|
||||
run: tools\make --version
|
||||
- name: Check system
|
||||
run: tools\make detect_port
|
||||
- name: Build third party
|
||||
run: tools\make third_party BUILD_PYTHON=OFF BUILD_JAVA=OFF BUILD_DOTNET=OFF
|
||||
run: tools\make third_party BUILD_PYTHON=OFF BUILD_JAVA=OFF BUILD_DOTNET=OFF GENERATOR=Ninja
|
||||
- name: Build C++
|
||||
run: tools\make compile_libraries -j4
|
||||
run: tools\make all JOBS=4
|
||||
- name: Test C++
|
||||
run: tools\make test_cc
|
||||
- name: Install
|
||||
|
||||
Reference in New Issue
Block a user