diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2021-04-09 20:51:16 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2021-04-09 20:51:16 +0200 |
| commit | 20b961f9fac029d9239cf9cd1059c65b528be18d (patch) | |
| tree | 4fd8baf33f64c3577a6173363b80c46e6d3674c9 | |
| parent | f495236551a8b5eab81778069936305a38859566 (diff) | |
| download | dotnet-vipps-ecommerce-20b961f9fac029d9239cf9cd1059c65b528be18d.tar.xz dotnet-vipps-ecommerce-20b961f9fac029d9239cf9cd1059c65b528be18d.zip | |
Add builds.sr.ht yml
| -rw-r--r-- | .builds/.run-tests.yml | 12 | ||||
| -rw-r--r-- | .gitignore | 1 |
2 files changed, 12 insertions, 1 deletions
diff --git a/.builds/.run-tests.yml b/.builds/.run-tests.yml new file mode 100644 index 0000000..e2885f3 --- /dev/null +++ b/.builds/.run-tests.yml @@ -0,0 +1,12 @@ +image: alpine/latest +packages: + - dotnet +sources: + - https://git.sr.ht/~ivar/IOL.VippsEcommerce +tasks: + - restore: | + dotnet restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj + - build: | + dotnet build --no-restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj + - test: | + dotnet test --no-build --verbosity normal src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj @@ -91,7 +91,6 @@ StyleCopReport.xml *.log *.vspscc *.vssscc -.builds *.pidb *.svclog *.scc |
