Continuous Integration
Все проверки выполнены успешно
The build was successful.

Этот коммит содержится в:
2018-08-05 20:05:21 +02:00
родитель 64ee53a63a
Коммит bb2322117f

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

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