Continuous Integration
The build was successful. Detalhes

Esse commit está contido em:
Rafal Kupiec 2018-08-05 20:05:21 +02:00
commit bb2322117f
Assinado por: belliash
ID da chave GPG: 4E829243E0CFE6B4
1 arquivos alterados com 10 adições e 0 exclusões

10
.build.yml Normal file
Ver arquivo

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