Updated readme due to new release build server installation.
This commit is contained in:
parent
3efd7fbbd0
commit
863537803c
2 changed files with 7 additions and 7 deletions
|
@ -10,8 +10,8 @@ SEB 3.x requires these prerequisites in order to work correctly:
|
|||
### Project Status
|
||||
|
||||
| Aspect | Status | Details |
|
||||
| ------------- | --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
|
||||
| Release Build | ![Release Build status](https://sebdev-let.ethz.ch/api/projects/status/f3mfkagmsauv5ml9?svg=true) | n/a |
|
||||
| ------------- | --------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Release Build | ![Release Build Status](https://sebdev-let.ethz.ch/api/projects/status/kq78qrjtnpk82ti0?svg=true) | **PLEASE NOTE**\ These builds may be unstable and should thus _never_ be used in a production environment! Always use the latest, official release version of SEB.\ https://sebdev-let.ethz.ch/project/appveyor/seb-win-refactoring |
|
||||
| Test Build | ![Test Build Status](https://ci.appveyor.com/api/projects/status/a56akt9r174570m7?svg=true) | https://ci.appveyor.com/project/dbuechel/seb-win-refactoring |
|
||||
| Test Run | ![Test Run Status](https://img.shields.io/appveyor/tests/dbuechel/seb-win-refactoring.svg) | https://ci.appveyor.com/project/dbuechel/seb-win-refactoring/build/tests |
|
||||
| Code Coverage | ![Code Coverage](https://codecov.io/gh/SafeExamBrowser/seb-win-refactoring/branch/master/graph/badge.svg) | https://codecov.io/gh/SafeExamBrowser/seb-win-refactoring |
|
||||
|
|
|
@ -16,5 +16,5 @@ build_script:
|
|||
- msbuild /verbosity:minimal "SafeExamBrowser.sln"
|
||||
after_build:
|
||||
- appveyor PushArtifact "Setup\bin\%CONFIGURATION%\Setup.msi" -FileName "SEB_%APPVEYOR_BUILD_VERSION%_Setup.msi" -DeploymentName "SEB %APPVEYOR_BUILD_VERSION% Setup"
|
||||
- appveyor PushArtifact "SetupBundle\bin\%CONFIGURATION%\SetupBundle.exe" -FileName "SEB_%APPVEYOR_BUILD_VERSION%_SetupBundle.exe" -DeploymentName "SEB %APPVEYOR_BUILD_VERSION% SetupBundle"
|
||||
- appveyor PushArtifact "SetupBundle\bin\%CONFIGURATION%\SetupBundle.exe" -FileName "SEB_%APPVEYOR_BUILD_VERSION%_SetupBundle.exe" -DeploymentName "SEB %APPVEYOR_BUILD_VERSION% Setup Bundle"
|
||||
test: off
|
||||
|
|
Loading…
Reference in a new issue