Skip to content

Commit

Permalink
Add Parser2 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Sep 21, 2024
1 parent 97990b5 commit 0f00c40
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
make -j4 COMP=clang
./main.llvm.ex
cd ../Parser2
make -j4 COMP=clang
./main.llvm.ex
cd ../GPU
make -j4 USE_CPU=TRUE COMP=clang
./main.llvm.ex
4 changes: 4 additions & 0 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
make -j4
./main.gnu.ex
cd ../Parser2
make -j4
./main.gnu.ex
cd ../GPU
make -j4 USE_CPU=TRUE
./main.gnu.ex
4 changes: 4 additions & 0 deletions .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
make -j4 COMP=intel
./main.intel.ex
cd ../Parser2
make -j4 COMP=intel
./main.intel.ex
cd ../GPU
make -j4 USE_CPU=TRUE COMP=intel
./main.intel.ex

0 comments on commit 0f00c40

Please sign in to comment.