Re: Euphoria on Exercism
- Posted by axtens_bruce Apr 19, 2024
- 1232 views
- Fork https://github.com/exercism/euphoria-test-runner
- Adapt https://github.com/exercism/euphoria-test-runner/blob/main/Dockerfile to your needs (likely changing your ENTRYPOINT)
- Look at what https://github.com/exercism/euphoria-test-runner/blob/main/bin/run-in-docker.sh and https://github.com/exercism/euphoria-test-runner/blob/main/bin/run-tests-in-docker.sh are doing
I am not particularly au fait with docker. Erik Schierboom on the Exercism Forum is my go to person for help in this regard.
-Bruce

