You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .travis.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ script:
23
23
- export VERSION=`echo "$(git tag -l --points-at HEAD)"`
24
24
- mkdir build && cd build
25
25
- 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
0 commit comments