Skip to content

Commit

Permalink
turn on of the clang-cuda jobs into debug again
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj committed May 24, 2020
1 parent e49512d commit 800d715
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 @@ -391,7 +391,7 @@ build/clang-cuda101/gcc/all/release/shared:
- cuda
- gpu

build/clang-cuda101/clang/all/release/shared:
build/clang-cuda101/clang/cuda/debug/static:
<<: *default_build_with_test
image: localhost:5000/gko-cuda101-gnu8-llvm10-intel2019
variables:
Expand All @@ -401,7 +401,7 @@ build/clang-cuda101/clang/all/release/shared:
CUDA_COMPILER: "clang++"
BUILD_OMP: "ON"
BUILD_CUDA: "ON"
BUILD_TYPE: "Release"
BUILD_TYPE: "Debug"
BUILD_SHARED_LIBS: "OFF"
CUDA_ARCH: 35
tags:
Expand Down

0 comments on commit 800d715

Please sign in to comment.