Skip to content

Commit

Permalink
tests are now run using ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Jun 14, 2018
1 parent bd95302 commit ab07131
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
dnf -y install
gettext
appstream
libappstream-glib
libappstream-glib
gobject-introspection-devel
gtk3-devel
meson
Expand All @@ -18,7 +18,6 @@ jobs:
python3-gobject
- checkout
- run: pip3 install pycodestyle
- run: python3 ./tests/test_code_format.py
- run: meson builddir
- run: ninja -C builddir test
- run: ninja -C builddir install

0 comments on commit ab07131

Please sign in to comment.