[A] Added extra commands to get info about bsd
This commit is contained in:
parent
a7d8373cb7
commit
0b69ee4f58
10
.cirrus.yml
10
.cirrus.yml
@ -1,6 +1,12 @@
|
||||
freebsd_instance:
|
||||
image: freebsd-11-2-release-amd64
|
||||
image: freebsd-12-0-release-amd64
|
||||
|
||||
main_task:
|
||||
script:
|
||||
- echo "Hello cirrus"
|
||||
- echo "Hello cirrus"
|
||||
- ls
|
||||
- which cmake
|
||||
- which cc
|
||||
- which c++
|
||||
- cc --version
|
||||
- c++ --version
|
Loading…
Reference in New Issue
Block a user