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

Commit

Permalink
添加linux动态库的编译
Browse files Browse the repository at this point in the history
  • Loading branch information
hzexe committed Jan 8, 2019
1 parent fd9463e commit 7dd46a4
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,11 +10,12 @@ before_install:
- export PATH=$PATH:$HOME/dotnet

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

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

0 comments on commit 7dd46a4

Please # to comment.