Is it possible to compile more then one project with Lime? #1650
-
I was wondering if it's possible to compile more then one project via Lime |
Beta Was this translation helpful? Give feedback.
Answered by
player-03
Mar 22, 2023
Replies: 2 comments 1 reply
-
Lime only compiles one project per First make sure that each project is in its own folder, and that they each have their own project.xml file. Open a command line window in each folder, and run |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
moxie-coder
-
forgot to close this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lime only compiles one project per
lime build
orlime test
command, but you can absolutely run multiple commands to build multiple projects.First make sure that each project is in its own folder, and that they each have their own project.xml file. Open a command line window in each folder, and run
lime test <target>
.