diff options
| author | J08nY | 2024-11-29 21:35:10 +0100 |
|---|---|---|
| committer | J08nY | 2024-11-29 21:35:10 +0100 |
| commit | 1f0abf9091f7c7b2a2d660ea481a3e46e02c40ec (patch) | |
| tree | e41810a5c4e077816e890ceddf2159503dff845b /.github/workflows/test.yml | |
| parent | 1675acb84f4b01684594e7f8c5299de3ff532ffc (diff) | |
| download | ecgen-1f0abf9091f7c7b2a2d660ea481a3e46e02c40ec.tar.gz ecgen-1f0abf9091f7c7b2a2d660ea481a3e46e02c40ec.tar.zst ecgen-1f0abf9091f7c7b2a2d660ea481a3e46e02c40ec.zip | |
Use meson in CI (for Criterion).
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a151a87..4267308 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - name: Setup pari run: | sudo apt-get update - sudo apt-get install -y libpari-dev pari-gp pari-seadata + sudo apt-get install -y libpari-dev pari-gp pari-seadata meson ninja-build - name: Test run: | TEST=1 make unittest |
