forked fromrumblefrog/setup-sp
- Notifications
You must be signed in to change notification settings - Fork0
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 oneFolders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This action sets-up, cache and adds amxmodx scripting directory to the path
Seeaction.yml
steps:-uses:actions/checkout@v4-uses:wopox1337/setup-amxxpawn@masterwith:version:'1.10.x'-run:amxxpc -iAnotherIncludeDirectory plugin.sma -o output/plugin.amxx
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
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%