Skip to content

Commit

Permalink
Add LLVM->Intel testing for GitLab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-Y-Fadeev committed Mar 9, 2022
1 parent 4542320 commit 0b8b66f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ virtual:
script:
- ./scripts/test.sh

llvm-intel:
stage: llvm
before_script:
- apt-get update
- apt-get install -y build-essential cmake clang-11 gcc-mipsel-linux-gnu
script:
- patch ./scripts/test.sh < ./scripts/llvm.patch
- ./scripts/test.sh

llvm-baikal:
stage: llvm
before_script:
Expand Down

0 comments on commit 0b8b66f

Please sign in to comment.