mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Appveyor: Only run cargo test on x86_64
Many parts of the `x86_64` library are not available on 32-bit x86 and we currently don't do much target dependent conditional compilation in blog_os since we only support a single architecture at the moment.
This commit is contained in:
@@ -91,5 +91,6 @@ before_test:
|
|||||||
# environment variable.
|
# environment variable.
|
||||||
test_script:
|
test_script:
|
||||||
- bootimage build
|
- bootimage build
|
||||||
- cargo test
|
- if %target%==x86_64-pc-windows-gnu cargo test
|
||||||
|
- if %target%==x86_64-pc-windows-msvc cargo test
|
||||||
- bootimage test
|
- bootimage test
|
||||||
|
|||||||
Reference in New Issue
Block a user