Continuous Integration
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2018-08-05 20:05:21 +02:00
vanhempi 64ee53a63a
commit bb2322117f
Allekirjoittanut: belliash
GPG avaimen ID: 4E829243E0CFE6B4
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa

10
.build.yml Normal file
Näytä tiedosto

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