kopia lustrzana https://github.com/f4exb/sdrangel
Use bash as sh doesn't support the condition
rodzic
6899a32655
commit
bf1feb5835
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
if [ "${TRAVIS_OS_NAME}" == "linux" ] || [ ${CI_LINUX} == true ]; then
|
if [ "${TRAVIS_OS_NAME}" == "linux" ] || [ "${CI_LINUX}" == true ]; then
|
||||||
debuild -i -us -uc -b
|
debuild -i -us -uc -b
|
||||||
else
|
else
|
||||||
mkdir -p build; cd build
|
mkdir -p build; cd build
|
||||||
|
|
Ładowanie…
Reference in New Issue