mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
Removing weird workflow.
This commit is contained in:
parent
42e98b695d
commit
92eca125b5
25
.github/workflows/vs16-clang-ninja-ci.yml
vendored
25
.github/workflows/vs16-clang-ninja-ci.yml
vendored
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user