瀏覽代碼

Run full build as part of CI

default_compile_flags
vector-of-bool 5 年之前
父節點
當前提交
42cba8986f
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      tools/ci.py

+ 2
- 2
tools/ci.py 查看文件

@@ -104,10 +104,10 @@ def main(argv: Sequence[str]) -> int:
self_deps_build(paths.PREBUILT_DDS, opts.toolchain, ci_repo_dir,
paths.PROJECT_ROOT / 'remote.dds')

self_build(paths.PREBUILT_DDS, toolchain=opts.toolchain)
self_build(paths.PREBUILT_DDS, toolchain=opts.toolchain, dds_flags=['--full'])
print('Main build PASSED!')

self_build(paths.CUR_BUILT_DDS, toolchain=opts.toolchain)
self_build(paths.CUR_BUILT_DDS, toolchain=opts.toolchain, dds_flags=['--full'])
print('Bootstrap test PASSED!')

return pytest.main([

Loading…
取消
儲存