Skip to content

make this repo about int-to-string benchmarks #3

make this repo about int-to-string benchmarks

make this repo about int-to-string benchmarks #3

Workflow file for this run

name: Ubuntu 24.04 Sanitized CI (GCC 14)
on: [push, pull_request]
jobs:
ubuntu-build:
runs-on: ubuntu-24.04
strategy:
matrix:
include:
- {shared: ON}
- {shared: OFF}
steps:
- uses: actions/checkout@v3
- name: Use cmake
run: |
mkdir build &&
cmake -B build -DCMAKE_C_COMPILER=gcc-14 -DCMAKE_CXX_COMPILER=g++-14 &&
cmake --build build