Continuous Integration
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2018-08-05 20:05:21 +02:00
parent 64ee53a63a
commit bb2322117f
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 10 additions and 0 deletions

10
.build.yml Normal file
View File

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