kopia lustrzana https://github.com/f4exb/sdrangel
Use == instead of = for comparison
rodzic
e7b0921c50
commit
e9c258f8c2
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
if [ "${TRAVIS_OS_NAME}" == "linux" ] || [ ${CI_LINUX} = true ]; then
|
||||
if [ "${TRAVIS_OS_NAME}" == "linux" ] || [ ${CI_LINUX} == true ]; then
|
||||
debuild -i -us -uc -b
|
||||
else
|
||||
mkdir -p build; cd build
|
||||
|
|
Ładowanie…
Reference in New Issue