SEBWIN-338: Updated readme according to new CI setup.
This commit is contained in:
parent
7db0ed7137
commit
b176ff8e2b
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -1,15 +1,15 @@
|
||||||
# Safe Exam Browser, Version 3
|
# Safe Exam Browser, Version 3.x
|
||||||
Refactored version of Safe Exam Browser for Windows with Chromium as integrated browser engine.
|
Refactored version of Safe Exam Browser for Windows with Chromium as integrated browser engine.
|
||||||
|
|
||||||
**Status**\
|
|
||||||
[![Build Status](https://ci.appveyor.com/api/projects/status/a56akt9r174570m7?svg=true)](https://ci.appveyor.com/project/dbuechel/seb-win-refactoring)
|
|
||||||
[![Unit Test 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](https://codecov.io/gh/SafeExamBrowser/seb-win-refactoring/branch/master/graph/badge.svg)](https://codecov.io/gh/SafeExamBrowser/seb-win-refactoring)
|
|
||||||
|
|
||||||
**Requirements**\
|
**Requirements**\
|
||||||
SEB 3.x requires these prerequisites in order to work correctly:
|
SEB 3.x requires these prerequisites in order to work correctly:
|
||||||
* .NET Framework 4.7.2 Runtime: https://dotnet.microsoft.com/download/dotnet-framework/net472
|
* .NET Framework 4.7.2 Runtime: https://dotnet.microsoft.com/download/dotnet-framework/net472
|
||||||
* Visual C++ Runtime Redistributable (x86, 2015): https://www.microsoft.com/en-us/download/details.aspx?id=53840
|
* Visual C++ Runtime Redistributable (x86, 2015): https://www.microsoft.com/en-us/download/details.aspx?id=53840
|
||||||
|
|
||||||
**PLEASE NOTE**\
|
**Project Status**\
|
||||||
This version is work in progress and not yet meant to be used by the public. See https://github.com/SafeExamBrowser/seb-win/releases for the current, official release of SEB.
|
| Aspect | Status | Details |
|
||||||
|
| ------------- | --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
|
||||||
|
| Release Build | ![Release Build status](https://sebdev-let.ethz.ch/api/projects/status/f3mfkagmsauv5ml9?svg=true) | n/a |
|
||||||
|
| 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 |
|
||||||
|
|
Loading…
Reference in a new issue