Skip to content

Commit

Permalink
Merge pull request lfortran#4519 from kmr-srbh/snap-ci-gsnap
Browse files Browse the repository at this point in the history
chore (ci): test SNAP compiled binary execution at the CI
  • Loading branch information
certik authored Jul 16, 2024
2 parents fec15bc + 715a523 commit c2cea9e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -710,10 +710,11 @@ jobs:
cd SNAP
export PATH="$(pwd)/../src/bin:$PATH"
git checkout lf4
git checkout a03041b74bf103a0394f0cb77d449e608e94d731
git checkout lf5
git checkout 995bffd104013fad37aca8c10ee916b8b4044cb2
cd ./src
make
make -j8
./gsnap ../qasnap/sample/inp out
test_llvm:
name: Test LLVM ${{ matrix.llvm-version }}
Expand Down

0 comments on commit c2cea9e

Please sign in to comment.