Skip to content

Workflow file for this run

name: Development Workflow
on:
push:
branches-ignore:
- 'master'
jobs:
run:
name: Run action
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Setup AMXXPawn Compiler
uses: ./
with:
version: "1.9.x"
- name: Verify compiler
run: |
ls -la
echo "PWD: ${PWD}"
amxxpc_path=$(which amxxpc)
echo "amxxpc ldd: $amxxpc_path"
ldd $amxxpc_path
echo "include path: $includePath"
echo "scripting/ ls -la"
ls -la $scriptingPath
cd $includePath/..
./amxxpc __tests__/compile.sma