mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-02-21 11:22:42 +00:00
remove -s from travis.yml in examples-compute
This commit is contained in:
parent
c355269465
commit
6448aa90bd
@ -69,7 +69,7 @@ script:
|
||||
cmake --build . --target install &&
|
||||
cd ../.. &&
|
||||
export CMAKE_PREFIX_PATH=$GLFW3_INSTALL_DIR &&
|
||||
make examples-compute example-triangle VERBOSE=1;
|
||||
make example-compute example-triangle VERBOSE=1;
|
||||
fi
|
||||
- if [[ $TRAVIS_RUST_VERSION == "nightly" ]] && [[ $TRAVIS_OS_NAME != "windows" ]]; then make VERBOSE=1; fi
|
||||
# TODO: Temporarily only test building the gl backend, properly test when it is usable from C
|
||||
|
Loading…
Reference in New Issue
Block a user