platform_build_blueprint/.travis.yml
Dan Willemsen 7dafbbcf6a Add microfactory directly from Soong
From commit 38cef8ac3979da8e13037540981fe7aecc1e1fbe

Removes Go 1.7 from travis, since this depends on os.Executable

Change-Id: I58e2ae542621ffad66e9e145031091cb93ebb497
2017-07-24 14:02:15 -07:00

26 lines
461 B
YAML

language: go
go:
- 1.8.3
cache:
directories:
- $HOME/ninjabin
install:
- ./.travis.install-ninja.sh
- export PATH=$PATH:~/ninjabin
before_script:
- source .travis.fix-fork.sh
script:
- ./.travis.gofmt.sh
- go test ./...
- mkdir stage
- cd stage
- ../bootstrap.bash
- ./blueprint.bash
- diff -us ../build.ninja.in .minibootstrap/build.ninja.in
- ../tests/test.sh
- ../tests/test_tree_tests.sh