Skip to content

Commit e1e6003

Browse files
committed
Change build mode for appveyor CI
1 parent b900d8c commit e1e6003

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,6 @@ matrix:
5050
sources: ['ubuntu-toolchain-r-test']
5151
packages: ['cmake', 'g++-7']
5252

53-
- os: linux
54-
compiler: gcc
55-
env:
56-
COMPILER=g++-7
57-
SYSTEM_BOOST_PACKAGE=YES
58-
addons:
59-
apt:
60-
sources: ['ubuntu-toolchain-r-test']
61-
packages: ['cmake', 'g++-7']
62-
6353
- os: linux
6454
compiler: clang
6555
env: COMPILER=clang++-5.0

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ init:
4848

4949
build_script:
5050
- mkdir -p build && cd build
51-
- cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=%configuration% -DMSVC_RUNTIME_TYPE=%MSVC_RUNTIME_TYPE%
51+
- cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=%configuration% -DMSVC_RUNTIME_TYPE=%MSVC_RUNTIME_TYPE% -DJINJA2CPP_DEPS_MODE=external-boost
5252
- cmake --build . --target all
5353

5454
test_script:

0 commit comments

Comments
 (0)