Add bootimage test to CI

This commit is contained in:
Philipp Oppermann
2018-06-12 19:39:40 +02:00
parent 6529cbc674
commit 76ff956eb9
2 changed files with 2 additions and 0 deletions

View File

@@ -79,3 +79,4 @@ before_test:
test_script: test_script:
- bootimage build - bootimage build
- cargo test - cargo test
- bootimage test

View File

@@ -31,3 +31,4 @@ before_script:
script: script:
- bootimage build - bootimage build
- cargo test - cargo test
- bootimage test