Skip to content

Commit bcae8cf

Browse files
authored
Merge pull request #21 from artemii235/etomic
Display appveyor build number as marketmaker version. Fix MacOS.
2 parents 36a4dad + 0c0bb45 commit bcae8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ script:
2323
- export VERSION=`echo "$(git tag -l --points-at HEAD)"`
2424
- mkdir build && cd build
2525
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cmake -DMM_VERSION="$VERSION" -DCMAKE_C_COMPILER=/usr/bin/gcc-7 -DCMAKE_CXX_COMPILER=/usr/bin/g++-7 ..; fi
26-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cmake ..; fi
26+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cmake -DMM_VERSION="$VERSION" ..; fi
2727
- cmake --build . --target marketmaker-mainnet
2828
- cmake --build . --target marketmaker-testnet
2929

0 commit comments

Comments
 (0)