Skip to content

Commit 3be947b

Browse files
authored
Rename ci.yml to build.yml
1 parent f513ea4 commit 3be947b

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,17 @@ jobs:
2323
- name: Checkout source
2424
uses: actions/checkout@v4
2525

26-
# --- NEW STEP ADDED: Install LLVM ---
27-
# Ye step teeno OS (Win/Mac/Linux) par LLVM install karega
28-
# taaki CMake ko "LLVMConfig.cmake" mil sake.
29-
- name: Setup LLVM
30-
uses: wang-xinyu/setup-llvm@v1
31-
with:
32-
version: '17' # Aap apni zaroorat ke hisaab se version change kar sakte hain (16, 17, 18)
33-
3426
- name: Setup CMake
3527
uses: lukka/get-cmake@latest
3628

3729
- name: Configure
3830
shell: bash
39-
# Humne LLVM_DIR add kiya hai taaki CMake ko pata chale LLVM kahan installed hai
4031
run: |
4132
cmake -S . -B build \
4233
-DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
4334
-DBUILD_TESTS=OFF \
44-
-DBUILD_BENCH=OFF \
45-
-DLLVM_DIR="${{ env.LLVM_PATH }}/lib/cmake/llvm"
35+
-DBUILD_BENCH=OFF
4636
4737
- name: Build (verbose)
4838
shell: bash
49-
run: cmake --build build --verbose --config ${{ env.BUILD_TYPE }}
39+
run: cmake --build build --verbose

0 commit comments

Comments
 (0)