Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
hzexe committed Jan 8, 2019
1 parent 9b4a243 commit ab83913
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ before_install:
- export PATH=$PATH:$HOME/dotnet

install:
- dotnet restore -s QQMusic_Native_Library/nuget.config
# - dotnet restore -s QQMusic_Native_Library/nuget.config

script:
- dotnet publish /p:NativeLib=Shared -r linux-x64 -c release QQMusic_Native_Library
- dotnet build -f netstandard1.6 /p:Configuration=Release QQMusic.hzexe.com
- dotnet build -f netstandard2.0 /p:Configuration=Release QQMusic.hzexe.com
- dotnet publish /p:NativeLib=Shared -r linux-x64 -c release QQMusic_Native_Library

0 comments on commit ab83913

Please # to comment.