Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
uchenily committed Jun 14, 2024
1 parent b647f6f commit 94a3b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,12 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install meson ninja
mkdir subprojects
meson wrap install fmt
- name: Configure
run: meson setup --reconfigure build
run: meson setup

- name: Build
run: meson compile -C build

- name: Configure
run: meson setup --reconfigure build

- name: Run tests
run: make tests

- name: Run examples
run: make examples
run: meson test -C build
21 changes: 0 additions & 21 deletions Makefile

This file was deleted.

0 comments on commit 94a3b7e

Please sign in to comment.