Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why not add the releases? #7

Open
shierru opened this issue Nov 30, 2023 · 1 comment
Open

Why not add the releases? #7

shierru opened this issue Nov 30, 2023 · 1 comment

Comments

@shierru
Copy link

shierru commented Nov 30, 2023

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
Copy link

ChronosXYZ commented Jan 15, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants