1
0
Fork 0
libfort/.cirrus.yml

12 lines
198 B
YAML
Raw Normal View History

2019-01-12 13:11:18 +01:00
freebsd_instance:
image: freebsd-12-0-release-amd64
2019-01-12 13:08:10 +01:00
main_task:
2019-01-12 13:11:18 +01:00
script:
- echo "Hello cirrus"
- ls
- which cmake
- which cc
- which c++
- cc --version
- c++ --version