mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Enable --test-unit and --test-index on CI
This commit is contained in:
parent
af5ae31c34
commit
1bf47e97f9
@ -19,6 +19,8 @@ build_script:
|
|||||||
copy "build\release\bin\*" "${dir}\build\release\bin"
|
copy "build\release\bin\*" "${dir}\build\release\bin"
|
||||||
copy -recurse "build\LLVM-4.0.0-win64\lib\clang\4.0.0\include" "${dir}\build\release\lib\LLVM-4.0.0-win64\lib\clang\4.0.0\"
|
copy -recurse "build\LLVM-4.0.0-win64\lib\clang\4.0.0\include" "${dir}\build\release\lib\LLVM-4.0.0-win64\lib\clang\4.0.0\"
|
||||||
7z a -tzip "C:\projects\cquery\${dir}.zip" "${dir}"
|
7z a -tzip "C:\projects\cquery\${dir}.zip" "${dir}"
|
||||||
|
- build\release\bin\cquery --log-all-to-stderr --test-unit
|
||||||
|
- build\release\bin\cquery --log-all-to-stderr --test-index
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: 'cquery-*.zip'
|
- path: 'cquery-*.zip'
|
||||||
|
@ -189,6 +189,8 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- ./waf configure
|
- ./waf configure
|
||||||
- ./waf build
|
- ./waf build
|
||||||
|
- ./build/release/bin/cquery --log-all-to-stderr --test-unit
|
||||||
|
- ./build/release/bin/cquery --log-all-to-stderr --test-index
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
Loading…
Reference in New Issue
Block a user