1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Build benchmarks in one CI run

This commit is contained in:
sfan5
2025-06-24 13:51:14 +02:00
parent 90c3479520
commit 0794145b64

View File

@@ -76,6 +76,8 @@ jobs:
env: env:
CC: gcc-14 CC: gcc-14
CXX: g++-14 CXX: g++-14
# just to check that they compile correctly
CMAKE_FLAGS: '-DBUILD_BENCHMARKS=1'
- name: Test - name: Test
run: | run: |