[TD-5108]<feature>: CI support lua (#6798)
* [TD-5108]<feature>: CI support lua * [TD-5108]<feature>: CI support lua on Windows and Mac
This commit is contained in:
parent
cb802a0c42
commit
ad23a6979f
|
@ -22,6 +22,7 @@ for:
|
|||
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %ARCH%
|
||||
|
||||
before_build:
|
||||
- choco install lua
|
||||
- cd c:\dev\TDengine
|
||||
- md build
|
||||
|
||||
|
@ -35,6 +36,9 @@ for:
|
|||
- image: macos
|
||||
clone_depth: 1
|
||||
|
||||
before_build:
|
||||
- brew install lua
|
||||
|
||||
build_script:
|
||||
- mkdir debug
|
||||
- cd debug
|
||||
|
|
Loading…
Reference in New Issue