This commit is contained in:
Daniel Lemire 2025-06-04 20:45:56 -04:00
parent 3ee7eb018d
commit 3d09138b1b

View File

@ -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