[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:
Shuduo Sang 2021-07-08 11:15:36 +08:00 committed by GitHub
parent cb802a0c42
commit ad23a6979f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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