Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 944 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 944 Bytes

C# Calls to Lua

This is a simple project demonstrating C# calls to Lua using NLua, and simple usage of CircleCI + Docker.

CircleCI builds:

Docker in This Project

  • If you are unfamiliar with Docker, I highly recommend watching this free, in-depth YouTube video course on Docker!
  • Commands:
    • docker build -t 2kcarlos/csharp-calls-to-lua .
      • Builds the Docker image based on the Dockerfile, and names the resulting image "2kcarlos/csharp-calls-to-lua".
    • docker-compose up