Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.
This repository was archived by the owner on May 9, 2024. It is now read-only.

[CI] Unify all buidl.yml  #447

@Devjiu

Description

@Devjiu

We have 3 build.yml files:

  • build.yml
  • windows-build.yml
  • build-docker.yml

Naming is inconsistent and any changes in common build pipeline requires changes in 3 files, what complicates maintenance.

Also it uses different scripts:

  • omniscidb\scripts\conda\build.bat
  • omniscidb/scripts/conda/build.sh

That simply wraps common: cmake -B build -S . $@ && cmake --build build --parallel $(nproc)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions