Sign inSign up

idk1703/spcomp

By idk1703

Updated 16 days ago

Image
0

745

idk1703/spcomp repository overview

SPCOMP

Docker image for compiling sourcepawn scripts

Usage

Tag image equals sourcemod version

image: idk1703/spcomp:1.11

build:
  stage: build
  script:
    - mkdir compiled
    - spcomp example.sp -o=compiled/example.smx
  artifacts:
    name: $CI_PROJECT_NAME-$CI_COMMIT_SHORT_SHA
    paths:
      - compiled/*

Environment Variables

SM_VERSION=[image tag]
SPCOMP_DIR=[path to spcomp and include dir]
SPCOMP_BIN=[path to spcomp binary]
SPCOMP_INC=[path to include dir]

GitLab

Tag summary

Content type

Image

Digest

sha256:589f7bb61

Size

29.2 MB

Last updated

16 days ago

docker pull idk1703/spcomp:1.10