Continuous Integration
The build was successful. Papildu informācija

This commit is contained in:
Rafal Kupiec 2018-08-05 20:05:21 +02:00
vecāks 64ee53a63a
revīzija bb2322117f
Parakstījis: belliash
GPG atslēgas ID: 4E829243E0CFE6B4
1 mainīti faili ar 10 papildinājumiem un 0 dzēšanām

10
.build.yml Normal file
Parādīt failu

@ -0,0 +1,10 @@
pipeline:
step: compile
commands:
- make debug
step: install
commands:
- make install
step: test
commands:
- make test