1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-25 22:29:35 +00:00

Try to fix target discovery

This commit is contained in:
Matthias Endler 2018-11-03 01:09:28 +01:00
parent 9f3041b8e8
commit b9bec283d5

View File

@ -33,6 +33,6 @@ before_script:
- export RUST_TARGET_PATH=`pwd`
script:
- xargo build --verbose --target $TARGET --no-default-features
# - xargo build --verbose --target $TARGET --no-default-features
- xargo test --target thumbv7m-linux-eabi --no-run
- qemu-arm target/thumbv7m-linux-eabi/debug/mos6502