Continuous Integration
The build was successful. Информация

Этот коммит содержится в:
Rafal Kupiec 2018-08-05 20:05:21 +02:00
родитель 64ee53a63a
Коммит bb2322117f
Подписано: belliash
Идентификатор ключа GPG: 4E829243E0CFE6B4
1 изменённых файлов: 10 добавлений и 0 удалений

10
.build.yml Обычный файл
Просмотреть файл

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