Skip to content

Commit 1ef0365

Browse files
committed
Adjust .travis.yml
1 parent 10d0b02 commit 1ef0365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ notifications:
2323
on_failure: change
2424

2525
script:
26-
- RUST_TARGET_PATH=`pwd` xargo build --target test --release
27-
- objcopy -O binary -S target/test/release/bootloader bootimage.bin
26+
- RUST_TARGET_PATH=`pwd` xargo build --target x86_64-bootloader --release
27+
- objcopy -O binary -S target/x86_64-bootloader/release/bootloader bootimage.bin
2828

2929
after_success:
3030
- |

0 commit comments

Comments
 (0)