Enable --test-unit and --test-index on CI

This commit is contained in:
Jacob Dufault 2017-12-22 09:17:16 -08:00
parent af5ae31c34
commit 1bf47e97f9
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@ build_script:
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\"
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:
- path: 'cquery-*.zip'

View File

@ -189,6 +189,8 @@ before_script:
script:
- ./waf configure
- ./waf build
- ./build/release/bin/cquery --log-all-to-stderr --test-unit
- ./build/release/bin/cquery --log-all-to-stderr --test-index
notifications:
email: false