1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-16 05:29:31 +00:00

Add target path to circumvent build error

This commit is contained in:
Matthias Endler 2018-11-03 01:03:10 +01:00
parent 2bee0444ac
commit 9f3041b8e8

View File

@ -28,6 +28,10 @@ install:
- rustup target add $TARGET
- cargo install xargo || true
before_script:
# https://stackoverflow.com/a/48041654/270334
- export RUST_TARGET_PATH=`pwd`
script:
- xargo build --verbose --target $TARGET --no-default-features
- xargo test --target thumbv7m-linux-eabi --no-run