mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
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:
parent
ff6b0f86ec
commit
17202e8dba
6 changed files with 31 additions and 12 deletions
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue