mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-29 20:17:32 +02:00
Added define to determine where running on.
This commit is contained in:
@ -547,4 +547,4 @@ install:
|
||||
script:
|
||||
- |-
|
||||
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
|
||||
|
||||
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