We only want the base lib to be built, not all tests

It might sound crazy, but we're not running the tests. We're just checking that nothing extra shows up with the very limited ARM target of the GBA (armv4tdmi).
This commit is contained in:
Lokathor 2019-04-09 06:50:51 -06:00 committed by gnzlbg
parent a7add0fa1d
commit d9ff5ca6a3

View file

@ -85,7 +85,7 @@ matrix:
- cd ..
# Pull the target spec up into the current directory and then build
- mv ci/gba.json gba.json
- xargo build --all --target=gba.json
- xargo build --lib --target=gba.json
- name: "Documentation"
install: true
script: ci/dox.sh