Continuous Integration
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2018-08-05 20:05:21 +02:00
부모 64ee53a63a
커밋 bb2322117f
로그인 계정: belliash
GPG 키 ID: 4E829243E0CFE6B4
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제

10
.build.yml Normal file
파일 보기

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