Continuous Integration
The build was successful. 詳細

このコミットが含まれているのは:
Rafal Kupiec 2018-08-05 20:05:21 +02:00
コミット bb2322117f
署名者: belliash
GPGキーID: 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