Skip to content

Commit

Permalink
Merge pull request #21 from artemii235/etomic
Browse files Browse the repository at this point in the history
Display appveyor build number as marketmaker version. Fix MacOS.
  • Loading branch information
artemii235 authored Apr 9, 2018
2 parents 36a4dad + 0c0bb45 commit bcae8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ script:
- export VERSION=`echo "$(git tag -l --points-at HEAD)"`
- mkdir build && cd build
- 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
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cmake ..; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cmake -DMM_VERSION="$VERSION" ..; fi
- cmake --build . --target marketmaker-mainnet
- cmake --build . --target marketmaker-testnet

Expand Down

0 comments on commit bcae8cf

Please sign in to comment.