diff --git a/.cirrus.yml b/.cirrus.yml index 49339f0..0738171 100644 --- a/.cirrus.yml +++ b/.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" \ No newline at end of file + - echo "Hello cirrus" + - ls + - which cmake + - which cc + - which c++ + - cc --version + - c++ --version \ No newline at end of file