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
12
README.md
12
README.md
|
@ -9,9 +9,9 @@ SEB 3.x requires these prerequisites in order to work correctly:
|
||||||
|
|
||||||
### Project Status
|
### Project Status
|
||||||
|
|
||||||
| Aspect | Status | Details |
|
| Aspect | Status | Details |
|
||||||
| ------------- | --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
|
| ------------- | --------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| Release Build |  | n/a |
|
| Release Build |  | **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 |  | https://ci.appveyor.com/project/dbuechel/seb-win-refactoring |
|
| Test Build |  | https://ci.appveyor.com/project/dbuechel/seb-win-refactoring |
|
||||||
| Test Run |  | https://ci.appveyor.com/project/dbuechel/seb-win-refactoring/build/tests |
|
| Test Run |  | https://ci.appveyor.com/project/dbuechel/seb-win-refactoring/build/tests |
|
||||||
| Code Coverage |  | https://codecov.io/gh/SafeExamBrowser/seb-win-refactoring |
|
| Code Coverage |  | https://codecov.io/gh/SafeExamBrowser/seb-win-refactoring |
|
||||||
|
|
|
@ -16,5 +16,5 @@ build_script:
|
||||||
- msbuild /verbosity:minimal "SafeExamBrowser.sln"
|
- msbuild /verbosity:minimal "SafeExamBrowser.sln"
|
||||||
after_build:
|
after_build:
|
||||||
- appveyor PushArtifact "Setup\bin\%CONFIGURATION%\Setup.msi" -FileName "SEB_%APPVEYOR_BUILD_VERSION%_Setup.msi" -DeploymentName "SEB %APPVEYOR_BUILD_VERSION% Setup"
|
- 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
|
test: off
|
||||||
|
|
Loading…
Add table
Reference in a new issue