Skip to content

Commit

Permalink
Appveyor testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrdacor committed Dec 14, 2022
1 parent d059bae commit dfb0341
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ for:
- dotnet test FreeserfNet.sln -c LinuxRelease --no-build --verbosity normal
after_test:
- dotnet publish -c LinuxRelease FreeserfNet/FreeserfNet.csproj -p:DefineConstants=LINUX -p:PublishSingleFile=true -r ubuntu-x64
before_deploy:
- 7z a Freeserf.net-Linux.tar "./FreeserfNet/bin/Any CPU/LinuxRelease/ubuntu-x64/publish/." "./changelog.txt" "./FreeserfNet/bass/linux-x64/*.so"
- 7z a Freeserf.net-Linux.tar.gz Freeserf.net-Linux.tar -mx9
-
Expand All @@ -28,7 +27,6 @@ for:
- dotnet test FreeserfNet.sln -c WindowsRelease --no-build --verbosity normal
after_test:
- dotnet publish -c WindowsRelease FreeserfNet/FreeserfNet.csproj -p:DefineConstants=WINDOWS -p:PublishSingleFile=true -r win-x64
before_deploy:
- 7z a Freeserf.net-Windows.zip "%APPVEYOR_BUILD_FOLDER%\FreeserfNet\bin\Any CPU\WindowsRelease\win-x64\publish\FreeserfNet.exe" "%APPVEYOR_BUILD_FOLDER%\changelog.txt" "%APPVEYOR_BUILD_FOLDER%\FreeserfNet\bass\win-x64\*.dll"

platform: Any CPU
Expand Down

0 comments on commit dfb0341

Please sign in to comment.