Skip to content

Merge pull request #285 from fastfloat/fix_release_script #141

Merge pull request #285 from fastfloat/fix_release_script

Merge pull request #285 from fastfloat/fix_release_script #141

name: Ubuntu 22.04 CI Sanitized (GCC 11)
on: [push, pull_request]
jobs:
ubuntu-build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Use cmake
run: |
mkdir build &&
cd build &&
cmake -DFASTFLOAT_TEST=ON -D FASTFLOAT_SANITIZE=ON .. &&
cmake --build . &&
ctest --output-on-failure