Continuous Integration
The build was successful. Détails

Cette révision appartient à :
Rafal Kupiec 2018-08-05 20:05:21 +02:00
Parent 64ee53a63a
révision bb2322117f
Signé par: belliash
ID de la clé GPG: 4E829243E0CFE6B4
1 fichiers modifiés avec 10 ajouts et 0 suppressions

10
.build.yml Fichier normal
Voir le fichier

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