mirror of
https://github.com/CompeyDev/lei.git
synced 2025-04-05 18:40:55 +01:00
chore(build): add todo comment for build script
This commit is contained in:
parent
dd9ee216a8
commit
33572b82ab
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ func buildVm(artifactPath string, cmakeFlags ...string) {
|
||||||
Exec("cmake", buildDir, append(defaultCmakeFlags, cmakeFlags...)...)
|
Exec("cmake", buildDir, append(defaultCmakeFlags, cmakeFlags...)...)
|
||||||
Exec("cmake", buildDir, "--build", ".", "--target Luau.VM", "--config", "RelWithDebInfo")
|
Exec("cmake", buildDir, "--build", ".", "--target Luau.VM", "--config", "RelWithDebInfo")
|
||||||
|
|
||||||
|
// TODO: Write status file including version & build type (vector3 or vector4)
|
||||||
|
// If current build type and version differ, then rebuild from scratch and
|
||||||
|
// replace
|
||||||
// Copy the artifact to the artifact directory
|
// Copy the artifact to the artifact directory
|
||||||
artifactFile, artifactErr := os.ReadFile(path.Join(buildDir, ARTIFACT_NAME))
|
artifactFile, artifactErr := os.ReadFile(path.Join(buildDir, ARTIFACT_NAME))
|
||||||
bail(artifactErr)
|
bail(artifactErr)
|
||||||
|
|
Loading…
Add table
Reference in a new issue