mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-20 03:46:11 +00:00
Fixed .travis.yml for 1.7.3 (#1030)
This commit is contained in:
parent
63e0d0b779
commit
e055457202
@ -46,9 +46,9 @@ install:
|
|||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then source scripts/prepare_python_linux.sh ; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then source scripts/prepare_python_linux.sh ; fi
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- echo "Using tag: '$TRAVIS_TAG'"
|
- echo "Using tag $TRAVIS_TAG"
|
||||||
- if [[ "$TRAVIS_TAG" == "" ]]; then export TAGNAME="nightly" && export NIGHTLY="-nightly" ; else export TAGNAME="$TRAVIS_TAG" && export NIGHTLY="" ; fi
|
- if [[ "$TRAVIS_TAG" == "" ]]; then export TAGNAME="nightly" && export NIGHTLY="-nightly" ; else export TAGNAME="$TRAVIS_TAG" && export NIGHTLY="" ; fi
|
||||||
- echo "TAGNAME: '$TAGNAME', NIGHTLY: '$NIGHTLY'"
|
- echo "TAGNAME $TAGNAME NIGHTLY $NIGHTLY"
|
||||||
- git submodule init ; git submodule update
|
- git submodule init ; git submodule update
|
||||||
- cd radare2
|
- cd radare2
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user