mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-26 08:33:14 +01:00
Travis already fetches submodules by default.
This commit is contained in:
@@ -7,8 +7,6 @@ env:
|
||||
- DVER=1 LLVM_PACKAGE=llvm-3.1 LLVM_VERSION=3.1
|
||||
- DVER=2 LLVM_PACKAGE=llvm-3.0-dev LLVM_VERSION=3.0
|
||||
- DVER=2 LLVM_PACKAGE=llvm-3.1 LLVM_VERSION=3.1
|
||||
before_script:
|
||||
- git submodule update --init --recursive
|
||||
script:
|
||||
- cmake -DD_VERSION=$DVER -DLLVM_CONFIG=/usr/bin/llvm-config-$LLVM_VERSION
|
||||
- make
|
||||
|
||||
Reference in New Issue
Block a user