AppVeyor: prevent unnecessary builds (#2888)

* prevent unnecessarybuilds

* readd qt5 string

sadly this is needed as of now:
ff6b0f86ec/cockatrice/src/releasechannel.cpp (L59-L68)

* wrap asterisks

* fixed with validator

https://ci.appveyor.com/tools/validate-yaml

* complete link

* add helpful links

this should not trigger a appveyor build

* add space in readme

this should not trigger a appveyor build

* highlight c++ types

this should not trigger a appveyor build

* remove empty line

this should not trigger a appveyor build

* declutter dockerignore

this should not trigger a appveyor build
This commit is contained in:
tooomm 2017-10-09 11:19:56 +02:00 committed by ctrlaltca
parent ff6b0f86ec
commit 17202e8dba
6 changed files with 31 additions and 12 deletions

View file

@ -2,8 +2,8 @@
### Compatibility ###
Cockatrice is compiled on all platform using C++11, even if the majority of the
code is written in C++03.
Cockatrice is compiled on all platform using <kbd>C++11</kbd>, even if the majority of the
code is written in <kbd>C++03</kbd>.
For consistency, use Qt data structures where possible, such as `QString` over
`std::string` or `QList` over `std::vector`.