Remove Coverity references.
This commit is contained in:
@@ -4,7 +4,7 @@ A Libre/Free Real Time Strategy game engine supporting early Westwood classics.
|
|||||||
|
|
||||||
* Website: [http://www.openra.net](http://www.openra.net)
|
* Website: [http://www.openra.net](http://www.openra.net)
|
||||||
* IRC: \#openra on irc.freenode.net
|
* IRC: \#openra on irc.freenode.net
|
||||||
* Repository: [https://github.com/OpenRA/OpenRA](https://github.com/OpenRA/OpenRA) [](https://travis-ci.org/OpenRA/OpenRA) [](https://ci.appveyor.com/project/OpenRA/openra) [](https://scan.coverity.com/projects/3650)
|
* Repository: [https://github.com/OpenRA/OpenRA](https://github.com/OpenRA/OpenRA) [](https://travis-ci.org/OpenRA/OpenRA) [](https://ci.appveyor.com/project/OpenRA/openra)
|
||||||
|
|
||||||
Please read the [FAQ](http://wiki.openra.net/FAQ) in our [Wiki](http://wiki.openra.net) and report problems at [http://bugs.openra.net](http://bugs.openra.net).
|
Please read the [FAQ](http://wiki.openra.net/FAQ) in our [Wiki](http://wiki.openra.net) and report problems at [http://bugs.openra.net](http://bugs.openra.net).
|
||||||
|
|
||||||
|
|||||||
10
appveyor.yml
10
appveyor.yml
@@ -1,12 +1,6 @@
|
|||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
|
|
||||||
environment:
|
|
||||||
CoverityProjectToken:
|
|
||||||
secure: BYP5qnptMazSCwTwgiFHlfqZd7BM3bwTRq2Cbs++ofg=
|
|
||||||
CoverityNotificationEmail:
|
|
||||||
secure: 0kyu0t8QwQYUQzqguVJP3N+VpEDfET2ArP+JNnOsUELJQvH8qbeQzPTM0ga0ek5G
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
@@ -35,7 +29,3 @@ after_test:
|
|||||||
artifacts:
|
artifacts:
|
||||||
- path: OpenRA-$(VERSION).exe
|
- path: OpenRA-$(VERSION).exe
|
||||||
name: Installer
|
name: Installer
|
||||||
- path: coverity.zip
|
|
||||||
name: Coverity Build
|
|
||||||
- path: dupReport.html
|
|
||||||
name: dupFinder Report
|
|
||||||
|
|||||||
Reference in New Issue
Block a user