Skip to content

Commit 7d42491

Browse files
mnaczkigcbot
authored andcommitted
Enable build IGC with VC with clang on travis.yml
1 parent 22d72bb commit 7d42491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ matrix:
4343
- os: linux
4444
dist: focal # Ubuntu 20.04
4545
compiler: clang-10
46-
env: LLVM_VER=10 BUILD_TYPE=Release COMPILER_EXTRA="-DCMAKE_C_COMPILER=clang-10 -DCMAKE_CXX_COMPILER=clang++-10 -DIGC_BUILD__VC_ENABLED=OFF"
46+
env: LLVM_VER=10 BUILD_TYPE=Release COMPILER_EXTRA="-DCMAKE_C_COMPILER=clang-10 -DCMAKE_CXX_COMPILER=clang++-10"
4747

4848
git:
4949
depth: false

0 commit comments

Comments
 (0)