Update .drone.yml
This commit is contained in:
parent
01baab70af
commit
2242d81f55
|
@ -183,7 +183,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- echo "MAKE_FLAGS:= $COMMON_FLAGS"
|
- echo "MAKE_FLAGS:= $COMMON_FLAGS"
|
||||||
- apt-get update -y
|
- apt-get update -y
|
||||||
- apt-get install -y make $CC gfortran perl python g++ cmake
|
- apt-get install -y make $CC gfortran perl python g++ cmake wget
|
||||||
- $CC --version
|
- $CC --version
|
||||||
- pwd
|
- pwd
|
||||||
- make QUIET_MAKE=1 $COMMON_FLAGS
|
- make QUIET_MAKE=1 $COMMON_FLAGS
|
||||||
|
|
Loading…
Reference in New Issue