mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Set travis to use cmake explicitly
* I thought it was using cmake already, but it was using make. Whoops! * This will make it easier to add a release target in travis in future though, which is a nice bonus.
This commit is contained in:
+1
-1
@@ -39,5 +39,5 @@ install:
|
||||
|
||||
script:
|
||||
- sh ./scripts/hash_version.sh
|
||||
- if [[ "$CODE_BUILD" == "1" ]]; then make ; fi
|
||||
- if [[ "$CODE_BUILD" == "1" ]]; then mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make ; fi
|
||||
- if [[ "$DOCS_BUILD" == "1" ]]; then cd docs/ && make html ; fi
|
||||
|
||||
Reference in New Issue
Block a user