David Gonzalez Martin cc8d1d621f
Some checks failed
CI / ci (Release, ubuntu-latest) (pull_request) Failing after 4s
CI / ci (Release-assertions, ubuntu-latest) (pull_request) Failing after 4s
Delete C++ implementation and dead code
2025-06-27 18:03:39 -06:00

30 lines
836 B
YAML

name: CI
on:
pull_request:
env:
BB_CI: 1
CLANG_PATH: clang-19
CLANGXX_PATH: clang++-19
LLVM_VERSION: 20.1.7
jobs:
ci:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
BIRTH_CMAKE_BUILD_TYPE: [ Release-assertions, Release ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Build and test (Packaged LLVM)
shell: bash
env:
CMAKE_BUILD_TYPE: ${{matrix.BIRTH_CMAKE_BUILD_TYPE}}
run: |
set -eux
./generate.sh
CMAKE_PREFIX_PATH=$HOME/dev/llvm/install/llvm_${LLVM_VERSION}_x86_64-linux-${CMAKE_BUILD_TYPE} $HOME/bloat-buster-artifacts/releases/main/compiler_generic_debug compile src/compiler.bbb
self-hosted-bb-cache/native/debug_none_di/compiler/debug_none_di/compiler test