Skip to content

karolswdev/dmr-ecompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DMR eScript compiler

This repository contains the source code/binaries used for building the dmr-ecompiler Docker image. This image is used in multiple CI/CD pipelines relating to compiling eScript components.

How it works

This docker image is a tool 🧰 and is supposed to be used as one. Therefore, when invoked through docker run dmr-ecompiler it will scan its /pkg and /scripts directories and try to compile them.

By default, those mounting points are empty. You must mount those using docker.

If you'd like to compile the latest build of DM:R:

  • git clone git@github.com:karolswdev/ultima-online-dmr.git

  • cd ultima-online-dmr/src

  • docker run -v C:/ultima-online-dmr/src/pkg:/pkg -v C:/ultima-online-dmr/src/scripts:/scripts dmr-ecompiler

Current build status

.github/workflows/main.yml

About

Docker repository for dmr-ecompiler

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages