Skip to content

Commit

Permalink
[CI] Start works on CI auto builds (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
DronCode authored Jan 21, 2024
1 parent 7b88185 commit e2443df
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,21 @@ jobs:

# Check cache of Boost & LLVM - take if exists
# Build Boost 1.81.0
# Build LLVM 15.0.0
- name: Install Boost 1.81.0
uses: MarkusJx/[email protected]
id: install-boost
with:
boost_version: 1.81.0
toolset: msvc
link: static

# Build LLVM 16.0.4
- name: Download LLVM
uses: llvm/actions/get-llvm-project-src@main
with:
ref: "llvmorg-16.0.4"

# Build project via cmake
# Compress artifacts
# Build python whl packages
# Compress things
# Send artifacts to GitHub

0 comments on commit e2443df

Please sign in to comment.