From 7dd46a4bfdc867d5712f657dc77f04c63b4227f0 Mon Sep 17 00:00:00 2001 From: hzexe Date: Tue, 8 Jan 2019 22:04:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0linux=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E5=BA=93=E7=9A=84=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 79b8b67..6c9aa45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + # - dotnet test LibTest + - dotnet publish /p:NativeLib=Shared -r linux-x64 -c release QQMusic_Native_Library \ No newline at end of file