mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-05 13:21:25 -05:00
Fixed: Automation/Integration/Unit Tests
This commit is contained in:
4
build.sh
4
build.sh
@@ -139,7 +139,7 @@ Build()
|
||||
RunGulp()
|
||||
{
|
||||
ProgressStart 'yarn install'
|
||||
yarn install
|
||||
yarn install --frozen-lockfile
|
||||
ProgressEnd 'yarn install'
|
||||
|
||||
LintUI
|
||||
@@ -254,8 +254,6 @@ PackageTests()
|
||||
|
||||
echo "Adding Radarr.Core.dll.config (for dllmap)"
|
||||
cp $sourceFolder/NzbDrone.Core/Radarr.Core.dll.config $testPackageFolder
|
||||
echo "Copying CurlSharp libraries"
|
||||
cp $sourceFolder/ExternalModules/CurlSharp/libs/i386/* $testPackageFolder
|
||||
|
||||
echo "Adding sqlite dylibs"
|
||||
cp $sourceFolder/Libraries/Sqlite/*.dylib $testPackageFolder
|
||||
|
||||
Reference in New Issue
Block a user