mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
trimming
This commit is contained in:
parent
3ee7eb018d
commit
3d09138b1b
16
.github/workflows/ubuntu24-fastmath.yml
vendored
16
.github/workflows/ubuntu24-fastmath.yml
vendored
@ -1,16 +0,0 @@
|
|||||||
name: Ubuntu 24.04 CI (fast-math)
|
|
||||||
|
|
||||||
on: [push, pull_request]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
ubuntu-build:
|
|
||||||
runs-on: ubuntu-24.04
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: Use cmake
|
|
||||||
run: |
|
|
||||||
mkdir build &&
|
|
||||||
cd build &&
|
|
||||||
cmake -DCMAKE_CXX_FLAGS="-ffast-math" -DFASTFLOAT_TEST=ON .. &&
|
|
||||||
cmake --build . &&
|
|
||||||
ctest --output-on-failure
|
|
||||||
Loading…
x
Reference in New Issue
Block a user