Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Breeze
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
Breeze
Commits
890ce56a
Commit
890ce56a
authored
Aug 03, 2017
by
Jeremy Bokobza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated the build to not run the tests that don't exist anymore
parent
f7dcb1cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
appveyor.yml
appveyor.yml
+1
-3
build.sh
build.sh
+1
-3
No files found.
appveyor.yml
View file @
890ce56a
...
...
@@ -96,9 +96,7 @@ build_script:
test_script
:
-
ps
:
|
Write-Host "$env:log_prefix running the api tests" -foregroundcolor "magenta"
dotnet test -c $env:configuration $env:APPVEYOR_BUILD_FOLDER/Breeze/src/Breeze.Api.Tests/Breeze.Api.Tests.csproj
Write-Host "$env:log_prefix done running the tests" -foregroundcolor "magenta"
Write-Host "$env:log_prefix no tests to run" -foregroundcolor "magenta"
#if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
#---------------------------------#
...
...
build.sh
View file @
890ce56a
...
...
@@ -76,9 +76,7 @@ cd $TRAVIS_BUILD_DIR/breeze_out
zip
-r
$TRAVIS_BUILD_DIR
/deploy/
$app_output_name
.zip breeze-ui-
$os_platform
-
$arch
/
*
#tests
echo
$log_prefix
running tests
dotnet
test
-c
$configuration
$TRAVIS_BUILD_DIR
/Breeze/src/Breeze.Api.Tests/Breeze.Api.Tests.csproj
-v
m
echo
$log_prefix
no tests to run
echo
$log_prefix
FINISHED build
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment