Skip to content

Gamedata Update for 4/18 #148

Gamedata Update for 4/18

Gamedata Update for 4/18 #148

Workflow file for this run

name: Compile
on:
pull_request:
branches: master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
version: ["1.11"]
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Environments
run: |
echo "SM_VERSION=${{ matrix.version }}" >> $GITHUB_ENV
- name: Install
run: |
bash scripts/install.sh
- name: Compile
run: |
cd build/addons/sourcemod/scripting
./spcomp -E superzombiefortress.sp -o ../plugins/superzombiefortress.smx