Skip to content

Commit

Permalink
Enable debug testing for LLVM 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 0b8b66f commit e159265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ llvm-baikal:
- apt-get install -y build-essential cmake clang-11 gcc-mipsel-linux-gnu sshpass
script:
- patch ./scripts/test.sh < ./scripts/llvm-baikal.patch
- ./scripts/test.sh
- ./scripts/test.sh -d

llvm-uemu:
stage: llvm
Expand All @@ -41,4 +41,4 @@ llvm-uemu:
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.softcom.su/ruc/uemu ../uemu
script:
- patch ./scripts/test.sh < ./scripts/llvm-uemu.patch
- ./scripts/test.sh
- ./scripts/test.sh -d

0 comments on commit e159265

Please sign in to comment.