diff --git a/.github/workflows/vs16-clang-ninja-ci.yml b/.github/workflows/vs16-clang-ninja-ci.yml deleted file mode 100644 index 15fd7d2..0000000 --- a/.github/workflows/vs16-clang-ninja-ci.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: VS16-Ninja-CI - -on: [push, pull_request] - -jobs: - ci: - name: windows-vs16 - runs-on: windows-latest - steps: - - uses: actions/checkout@v2 - - name: 'Run CMake with VS16' - uses: lukka/run-cmake@v3 - with: - cmakeListsOrSettingsJson: CMakeListsTxtAdvanced - cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt' - buildDirectory: "${{ github.workspace }}/../../_temp/windows" - cmakeBuildType: Release - buildWithCMake: true - cmakeGenerator: VS16Win64 - cmakeAppendedArgs: -G Ninja -DFASTFLOAT_TEST=ON - buildWithCMakeArgs: - - - name: 'Run CTest' - run: ctest --verbose --output-on-failure -R basictest - working-directory: "${{ github.workspace }}/../../_temp/windows" \ No newline at end of file