[A] Added yes to pkg install in freebsd

This commit is contained in:
seleznevae 2019-01-12 15:40:00 +03:00
parent 73d035356d
commit a2c245df4f

View File

@ -5,7 +5,7 @@ main_task:
script:
- echo "Hello cirrus"
- ls
- pkg install cmake
- yes | pkg install cmake
- which cmake
- which cc
- which c++