Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
the target changed
  • Loading branch information
Jorge Aparicio committed Sep 18, 2016
1 parent bcc0c6a commit 2ed58d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ install:
- curl -sf "https://raw.githubusercontent.com/japaric/rust-everywhere/master/install.sh" | bash -s -- --from japaric/xargo

script:
- xargo build --target x86_64
- xargo build --target x86_64 --release
- readelf -hS target/x86_64/release/kernel
- objdump -pCD target/x86_64/release/kernel
- size target/x86_64/release/kernel
- xargo build --target x86
- xargo build --target x86 --release
- readelf -hS target/x86/release/kernel
- objdump -pCD target/x86/release/kernel
- size target/x86/release/kernel
- ./mk-iso.sh

branches:
Expand Down

0 comments on commit 2ed58d5

Please sign in to comment.