PGBuildFarm / server-code

PostgreSQL Build Farm Server
https://buildfarm.postgresql.org
Other
13 stars 11 forks source link

Add an icon for LLVM. #2

Closed macdice closed 6 years ago

macdice commented 6 years ago

The logo is the LLVM dragon, taken from https://llvm.org/Logo.html and converted to 16x16 format with the following ImageMagick command:

convert -resize 16x16 -extent 16x16 -gravity center -background white \ LLVM-Logo-Derivative-5.png llvm.png

This should appear for --with-llvm builds, expected to start showing up in the build farm shortly.

Thomas Munro

adunstan commented 6 years ago

Done by commit 1df129c - used a different icon.

macdice commented 6 years ago

Thanks!