Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

This action sets-up, cache and adds amxmodx scripting directory to the path

License

NotificationsYou must be signed in to change notification settings

wopox1337/setup-amxxpawn

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

This action sets-up, cache and adds amxmodx scripting directory to the path

Usage

Seeaction.yml

Basic:

steps:-uses:actions/checkout@v4-uses:wopox1337/setup-amxxpawn@masterwith:version:'1.10.x'-run:amxxpc -iAnotherIncludeDirectory plugin.sma -o output/plugin.amxx

Matrix:

jobs:build:runs-on:ubuntu-lateststrategy:matrix:amxx-version:[ '1.9.x', '1.10.x', '1.10.5467', '>= 1.10.5455']name:AMXX version ${{ matrix.amxx-version }}steps:      -uses:actions/checkout@v4      -name:Setup AMXXuses:wopox1337/setup-amxxpawn@masterwith:version:${{ matrix.amxx-version }}      -run:amxxpc -iAnotherIncludeDirectory plugin.sma -o output/plugin.amxx

Extract the version of the .sma file:

jobs:build:runs-on:ubuntu-latestname:AMXX version ${{ matrix.amxx-version }}steps:      -uses:actions/checkout@v4      -name:Setup AMXXid:setup_amxxuses:wopox1337/setup-amxxpawn@masterwith:version:'1.10.x'version-file:./plugin.sma      -run:|          amxxpc -iAnotherIncludeDirectory plugin.sma -o output/plugin.amxx          echo Plugin version ${{ steps.setup_amxx.outputs.plugin-version }}

About

This action sets-up, cache and adds amxmodx scripting directory to the path

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • TypeScript94.9%
  • JavaScript5.1%

[8]ページ先頭

©2009-2025 Movatter.jp