From 99699ede5db54ac9fdc97c305f8e5e3a93868abf Mon Sep 17 00:00:00 2001 From: Kohei Takahashi Date: Wed, 18 Oct 2017 22:43:08 +0900 Subject: [PATCH] Added define to determine where running on. --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6edea7a0..4c2e095d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -547,4 +547,4 @@ install: script: - |- echo "using $TOOLSET : : $COMPILER : -std=$CXXSTD ;" > ~/user-config.jam - - ./b2 libs/fusion/test toolset=$TOOLSET + - ./b2 libs/fusion/test toolset=$TOOLSET define=RUNNING_ON_TRAVIS=1 diff --git a/appveyor.yml b/appveyor.yml index 82c1bedf..ba83a8c1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -71,4 +71,4 @@ install: build: off test_script: - - b2 libs/fusion/test toolset=%TOOLSET% + - b2 libs/fusion/test toolset=%TOOLSET% define=RUNNING_ON_APPVEYOR=1