Commit 80c77b42 by Nicolas Capens Committed by Nicolas Capens

Fix Travis CI build

The /build directory is checked into the repository so the 'mkdir build' produced an error that it already exists. We'll switch to using Kokoro for CI as soon as it completely replaces all uses of Travis CI. Bug b/115784742 Change-Id: Ie04edccbb7a875f105353eec203fcabce2f33bc3 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/27488Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
parent 00424c1b
......@@ -19,7 +19,7 @@ env:
script:
- $CXX --version
- mkdir build && cd build
- mkdir -p build && cd build
- cmake -DREACTOR_BACKEND=$REACTOR_BACKEND ..
- make -j2
- ./unittests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment