Skip to content

Commit cc30ca9

Browse files
committed
Delete all lua files in moonscript modules, make them be compiled during the build process.
1 parent 11fc1d2 commit cc30ca9

34 files changed

Lines changed: 7 additions & 6459 deletions

.github/workflows/build-binaries.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ jobs:
8484
- name: Display compiler tree
8585
run: tree bin/binaries/latest-compiler
8686

87+
# Compile all moonscript modules using latest compiler
88+
- name: Compile moonscript modules to Lua
89+
run: |
90+
cd ${{ github.workspace }}
91+
"bin/binaries/latest-compiler/moonc" moon/*
92+
"bin/binaries/latest-compiler/moonc" moonscript/*
93+
8794
# Download and compile Lua 5.1.5
8895
- name: Setup Lua
8996
run: |

moon/all.lua

Lines changed: 0 additions & 5 deletions
This file was deleted.

moon/init.lua

Lines changed: 0 additions & 178 deletions
This file was deleted.

moonscript/base.lua

Lines changed: 0 additions & 153 deletions
This file was deleted.

0 commit comments

Comments
 (0)