Skip to content

Commit

Permalink
add test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bollu committed Apr 24, 2024
1 parent 53a0165 commit 22ce700
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,24 @@ jobs:
lake -R exe cache get # download cache of mathlib docs.
lake -R build AliveScaling
- name: Compile Executable 🧐
- name: Compile `mlirnatural`Executable 🧐
run: |
lake -R exe cache get # download cache of mathlib docs.
lake -R build mlirnatural
- name: LLVM Exhaustive Enumeration
run: |
sudo apt install llvm-15 # for opt-15, used to simplify LLVM for reference semantics.
cd test/bruteforce-correctness && ./run.sh
cd test/bruteforce-correctness && ./run.sh && cd ../../
- name: Compile `opt` Executable 🧐
run: |
lake -R exe cache get # download cache of mathlib docs.
lake -R build opt
- name: LLVM opt round trip test
run: |
lake exec opt test/LLVMDialect/InstCombine/bb0.mlir
# - name: Run executable ⚙️
# run: |
Expand Down

0 comments on commit 22ce700

Please sign in to comment.