Skip to content
Snippets Groups Projects
Commit 64e3bcf0 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

ci/github: use ninja with meson

parent a9f3883b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment