mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 09:26:52 +00:00
Missed references to moved scripts - grep didn't search dotfiles
This commit is contained in:
+1
-1
@@ -38,6 +38,6 @@ install:
|
||||
- git diff --exit-code
|
||||
|
||||
script:
|
||||
- sh ./hash_version.sh
|
||||
- sh ./scripts/hash_version.sh
|
||||
- if [[ "$CODE_BUILD" == "1" ]]; then make ; fi
|
||||
- if [[ "$DOCS_BUILD" == "1" ]]; then cd docs/ && make html ; fi
|
||||
|
||||
@@ -65,6 +65,6 @@ build_script:
|
||||
return
|
||||
}
|
||||
|
||||
sh -c ./hash_version.sh
|
||||
sh -c ./scripts/hash_version.sh
|
||||
|
||||
msbuild renderdoc.sln /v:m "/p:Configuration=$env:CONFIGURATION" "/p:Platform=$env:PLATFORM" /p:PlatformToolset=v140
|
||||
|
||||
Reference in New Issue
Block a user