Skip to content

Commit

Permalink
Use bionic for Clang sanitizer on GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
tueda committed Mar 8, 2018
1 parent 74807ca commit 46c3775
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@ test-clang-5.0:
script:
- ./bootstrap.py ci-test clang-5.0 -v

test-gcc-sanitizer:
test-gcc-sanitize:
image: ubuntu:bionic
before_script:
- apt-get update -qq
- apt-get install -y -qq cmake g++ git python
script:
- ./bootstrap.py ci-test gcc sanitize -v

test-clang-sanitizer:
image: ubuntu:xenial
test-clang-sanitize:
image: ubuntu:bionic
before_script:
- apt-get update -qq
- apt-get install -y -qq clang cmake git python
Expand Down

0 comments on commit 46c3775

Please sign in to comment.