1
0
Fork 0

[A] Added extra commands to get info about bsd

This commit is contained in:
seleznevae 2019-01-12 15:15:59 +03:00
parent a7d8373cb7
commit 0b69ee4f58
1 changed files with 8 additions and 2 deletions

View File

@ -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