Raffaello / sdl2-vga-terminal

SDL2 VGA Terminal
MIT License
6 stars 1 forks source link

consider to remove/improve appveyor #61

Closed Raffaello closed 4 years ago

Raffaello commented 4 years ago

becuase is not run in parallel

and is very slow compare to azure pipelines. 1 job in appveyor is the same of the full CI of azure-pipelines

there are 8 jobs, 6 valid ones:

so roughly 6 times slower.


Raffaello commented 4 years ago

alternatively used to run some "non-default" cmake configuration like without building SO lib.

also required to check if the cache is set up properly.

Raffaello commented 4 years ago

at the moment the only value left on appveyor is to auto attach artifacts for a release. can be kept just for tagged PR.

Raffaello commented 4 years ago

just keeping appveyor as a "2nd line of defense"