mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
add check()
This commit is contained in:
parent
a227d55e7d
commit
1e18bda57e
1 changed files with 5 additions and 0 deletions
5
PKGBUILD
5
PKGBUILD
|
|
@ -49,6 +49,11 @@ build() {
|
|||
dotnet publish "ArchiSteamFarm.CustomPlugins.SignInWithSteam" -o "out/result/plugins/ArchiSteamFarm.CustomPlugins.SignInWithSteam" $DOTNET_FLAGS $PUBLISH_FLAGS
|
||||
}
|
||||
|
||||
check() {
|
||||
cd asf
|
||||
dotnet test ArchiSteamFarm.Tests $DOTNET_FLAGS
|
||||
}
|
||||
|
||||
package_asf-plugin-steamtokendumper() {
|
||||
pkgdesc="SteamTokenDumper plugin for ArchiSteamFarm."
|
||||
depends=('asf')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue