We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d0b02 commit 1ef0365Copy full SHA for 1ef0365
.travis.yml
@@ -23,8 +23,8 @@ notifications:
23
on_failure: change
24
25
script:
26
-- RUST_TARGET_PATH=`pwd` xargo build --target test --release
27
-- objcopy -O binary -S target/test/release/bootloader bootimage.bin
+- RUST_TARGET_PATH=`pwd` xargo build --target x86_64-bootloader --release
+- objcopy -O binary -S target/x86_64-bootloader/release/bootloader bootimage.bin
28
29
after_success:
30
- |
0 commit comments