1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00: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:
CC: gcc-14
CXX: g++-14
# just to check that they compile correctly
CMAKE_FLAGS: '-DBUILD_BENCHMARKS=1'
- name: Test
run: |