From 64e3bcf0dc208d845ea77862548976c189ce30ca Mon Sep 17 00:00:00 2001 From: Adrien Beraud <adrien.beraud@savoirfairelinux.com> Date: Sat, 25 Mar 2023 15:08:31 -0400 Subject: [PATCH] ci/github: use ninja with meson --- .github/workflows/ccpp.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 322a4b84..ba93f08b 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -35,9 +35,7 @@ jobs: - name: Configure run: meson setup build . - name: Build - run: make - - name: Unit tests - run: ./opendht_unit_tests + run: cd build && ninja build-ubuntu-minimal: name: Ubuntu/GCC minimal build -- GitLab