1
0
mirror of https://github.com/mre/mos6502.git synced 2024-09-27 03:55:26 +00:00

Extend travis for embedded compilation

This commit is contained in:
Matthias Endler 2018-10-26 00:22:21 +02:00
parent 46badf1a08
commit 8fa4c2d93f

View File

@ -8,3 +8,8 @@ matrix:
- rust: nightly
fast_finish: true
install:
- pushd /
- rustup component add rust-src
- rustup target add thumbv7em-none-eabihf
- popd