Andrettin / Wyrmsun

Strategy game based on history, mythology and fiction
http://andrettin.github.io/
GNU General Public License v2.0
301 stars 47 forks source link

Create deb-packages with CMake and GitHub Actions #188

Closed bergentroll closed 3 years ago

bergentroll commented 3 years ago

Add package CMake target for deb-packages and a GitHub Actions pipeline, which works in the same manner as for Wyrmsun:PR171.

And logo in CMakeLists.txt header, of course.

      ___
     / _/    ___
    / /   ——  \ \ ,—,__ _____ ____ ___  _____  __———,——____
   | (    )(   \ / / \ || ___)  _ ' _ \(  ___)/ / \ ||  __ \
   |  \__/  \__/ \ \_) ||(   | ( | | ) )\__ \( (__) || /  ) )
    \_____/\____/ \_  / |_\  /_| /_|/_/\_____)\___/\_\_\ /_/
                  /__/
bergentroll commented 3 years ago

Since there is no platform dependent artifacts, there is only one package in output.

Andrettin commented 3 years ago

Thank you!