-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6374ad
commit c5988ba
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
- name: Install deps | ||
run: | | ||
apt update | ||
apt install -y libgtk-4-dev rustup meson gettext blueprint-compiler desktop-file-utils libxml2-utils | ||
apt install -y libgtk-4-dev rustup meson gettext blueprint-compiler libxml2-utils | ||
# TODO: Once this porting project is done, switch to stable | ||
- run: rustup update --no-self-update nightly && rustup default nightly | ||
|
@@ -33,7 +33,8 @@ jobs: | |
uses: mozilla-actions/[email protected] | ||
|
||
- run: meson setup build | ||
- run: meson install -C build | ||
- run: meson compile -C build | ||
- run: DESTDIR=/tmp/inst meson install -C build | ||
- run: cargo test --verbose | ||
|
||
- uses: giraffate/clippy-action@v1 | ||
|