Docker image for compiling sourcepawn scripts
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/*
SM_VERSION=[image tag]
SPCOMP_DIR=[path to spcomp and include dir]
SPCOMP_BIN=[path to spcomp binary]
SPCOMP_INC=[path to include dir]
Content type
Image
Digest
sha256:589f7bb61…
Size
29.2 MB
Last updated
16 days ago
docker pull idk1703/spcomp:1.10