0
6
Fork 0

Continuous Integration
The build was successful. Details

Dieser Commit ist enthalten in:
Rafal Kupiec 2018-08-05 20:05:21 +02:00
Ursprung 64ee53a63a
Commit bb2322117f
Signiert von: belliash
GPG-Schlüssel-ID: 4E829243E0CFE6B4
1 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen

10
.build.yml Normale Datei
Datei anzeigen

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