mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-20 13:46:06 +00:00
Fixed travis configuration
This commit is contained in:
parent
81363c9b63
commit
c92ed51b65
@ -46,7 +46,7 @@ install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then source scripts/prepare_python_linux.sh ; fi
|
||||
|
||||
before_script:
|
||||
- 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
|
||||
- git submodule init ; git submodule update
|
||||
- cd radare2
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user