Remove examples Makefile from CI

This commit is contained in:
Joshua Groves 2019-01-23 22:05:15 -07:00 committed by Dzmitry Malyshau
parent 3d98457eb9
commit 2a47ced556

View File

@ -16,4 +16,3 @@ script:
- cargo test
- cargo build --manifest-path wgpu-native/Cargo.toml --features remote
- cargo build
- (cd examples && make) #TODO