We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e87d2 commit 315308aCopy full SHA for 315308a
.github/workflows/ci.yml
@@ -8,14 +8,13 @@ on: [push]
8
jobs:
9
build-llvm19:
10
runs-on: ubuntu-latest
11
+ container: t0b1fox/tpde
12
steps:
13
- uses: actions/checkout@v4
14
with:
15
submodules: recursive
- - name: Install dependencies
16
- run: sudo apt install -y ninja-build cmake clang-19 llvm-19-dev doxygen
17
- name: Configure
18
- run: CC=clang CXX=clang++ cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DTPDE_BUILD_DOCS=ON -DLIT=/usr/lib/llvm-19/build/utils/lit/lit.py
+ run: CC=clang CXX=clang++ cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DTPDE_BUILD_DOCS=ON -DLIT=/usr/bin/lit
19
- name: Build
20
run: ninja -v -C build
21
- name: Test
0 commit comments