Skip to content

Commit

Permalink
ipd
Browse files Browse the repository at this point in the history
  • Loading branch information
MacroModel committed Nov 10, 2024
1 parent a9e129b commit d42ad60
Showing 1 changed file with 0 additions and 54 deletions.
54 changes: 0 additions & 54 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,60 +44,6 @@ jobs:
- name: CMake test
run: cmake --build fast_io_build --target test

win7:
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- uses: ilammy/[email protected]
- name: Generate tests
run: |
cmake -B fast_io_prebuild -S . -G Ninja -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTS=On -DTESTS_PREBUILD=On
cmake --build fast_io_prebuild
./fast_io_prebuild/tests_prebuild windows msvc
- name: CMake configure
run: cmake -B fast_io_build -S . -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -DCMAKE_CXX_FLAGS="/EHsc /W3 /WX /sdl /D_WIN32_WINNT=0x601" -DENABLE_TESTS=On
- name: CMake build
run: cmake --build fast_io_build
- name: CMake test
run: cmake --build fast_io_build --target test

winxp:
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- uses: ilammy/[email protected]
- name: Generate tests
run: |
cmake -B fast_io_prebuild -S . -G Ninja -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTS=On -DTESTS_PREBUILD=On
cmake --build fast_io_prebuild
./fast_io_prebuild/tests_prebuild windows msvc
- name: CMake configure
run: cmake -B fast_io_build -S . -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -DCMAKE_CXX_FLAGS="/EHsc /W3 /WX /sdl /D_WIN32_WINNT=0x501" -DENABLE_TESTS=On
- name: CMake build
run: cmake --build fast_io_build
- name: CMake test
run: cmake --build fast_io_build --target test

win9x:
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- uses: ilammy/[email protected]
- name: Generate tests
run: |
cmake -B fast_io_prebuild -S . -G Ninja -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTS=On -DTESTS_PREBUILD=On
cmake --build fast_io_prebuild
./fast_io_prebuild/tests_prebuild windows msvc
- name: CMake configure
run: cmake -B fast_io_build -S . -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -DCMAKE_CXX_FLAGS="/EHsc /W3 /WX /sdl /D_WIN32_WINNT=0x400 /D_WIN32_WINDOWS=0x400" -DENABLE_TESTS=On
- name: CMake build
run: cmake --build fast_io_build
- name: CMake test
run: cmake --build fast_io_build --target test

# macos:

# runs-on: macos-latest
Expand Down

0 comments on commit d42ad60

Please sign in to comment.