mirror of
https://github.com/boostorg/fusion.git
synced 2025-08-01 05:24:44 +02:00
Added define to determine where running on.
This commit is contained in:
@@ -547,4 +547,4 @@ install:
|
|||||||
script:
|
script:
|
||||||
- |-
|
- |-
|
||||||
echo "using $TOOLSET : : $COMPILER : <cxxflags>-std=$CXXSTD ;" > ~/user-config.jam
|
echo "using $TOOLSET : : $COMPILER : <cxxflags>-std=$CXXSTD ;" > ~/user-config.jam
|
||||||
- ./b2 libs/fusion/test toolset=$TOOLSET
|
- ./b2 libs/fusion/test toolset=$TOOLSET define=RUNNING_ON_TRAVIS=1
|
||||||
|
@@ -71,4 +71,4 @@ install:
|
|||||||
build: off
|
build: off
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- b2 libs/fusion/test toolset=%TOOLSET%
|
- b2 libs/fusion/test toolset=%TOOLSET% define=RUNNING_ON_APPVEYOR=1
|
||||||
|
Reference in New Issue
Block a user