openmultiplayer / compiler

Other
11 stars 9 forks source link

Why not add the releases? #7

Open shierru opened 1 year ago

shierru commented 1 year ago

Why not add version 3.10.11 and beyond as releases?

Currently the compiler comes with the open.mp server along with qawno (Windows version only).

Why not add releases to this repository, where there will be only the compiler itself, built for windows and linux.

It will be much more convenient to get the compiler in Github Actions and use it there. As it is, I have to get the whole open.mp server and do a lot of manipulations to get only the compiler executables.

ChronosXYZ commented 10 months ago

You can check my repo as a temporary solution, I built compiler from the sources for Linux and Windows.

You can add configuration to use that repo in your pawn.yaml:

builds:
    - name: main
      compiler:
          site: github.com
          user: ChronosXYZ
          repo: pawn-compiler-binary
          version: 3.10.11
Arose-Niazi commented 1 month ago

If someone has a release for MacOS with ARM based OS (M1,M2,M3) please let me know