1
0
Fork 0

[A] Added cmake installation to the cirrus

This commit is contained in:
seleznevae 2019-01-12 15:35:05 +03:00
parent 0b69ee4f58
commit 73d035356d
1 changed files with 1 additions and 0 deletions

View File

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