Compare commits

...

2 Commits

Author SHA1 Message Date
4c87a7da1c Merge branch 'stable' of https://git.mixedup.dev/QUIK/Quik.StbImage into stable
Some checks failed
Build / build (push) Failing after 42s
2024-03-21 18:11:30 +03:00
e531ac6d15 Change build scripts slightly to maybe fix CI? 2024-03-21 18:10:55 +03:00
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored

@ -2,3 +2,5 @@
**/obj
**/out
**/runtimes
**/.vs*
**/.atom

@ -1,4 +1,4 @@
#!/bin/bash
cd $(dirname "$0")
Quik.Common/sh/quik_build_native.sh .
./Quik.Common/sh/quik_build_native.sh .
dotnet build

@ -8,4 +8,4 @@ then
fi
dotnet nuget add source -n QUIK -u themixedupstuff -p "$QUIK_API_KEY" https://git.mixedup.dev/api/packages/QUIK/nuget/index.json
dotnet nuget push -s QUIK
dotnet nuget push -s QUIK bin/*/*.nupkg