Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
2398b216
Commit
2398b216
authored
Oct 18, 2019
by
Ehsan Nasiri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build scripts.
parent
af7991e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
build.sh
kokoro/macos-clang-release-bazel/build.sh
+2
-0
build.bat
kokoro/windows-msvc-2015-release-bazel/build.bat
+2
-0
No files found.
kokoro/macos-clang-release-bazel/build.sh
View file @
2398b216
...
...
@@ -25,6 +25,8 @@ CXX=clang++
SRC
=
$PWD
/github/glslang
cd
$SRC
mv
External third_party
# Get bazel 0.29.1.
gsutil
cp
gs://bazel/0.29.1/release/bazel-0.29.1-darwin-x86_64
.
chmod
+x bazel-0.29.1-darwin-x86_64
...
...
kokoro/windows-msvc-2015-release-bazel/build.bat
View file @
2398b216
...
...
@@ -22,6 +22,8 @@ set SRC=%cd%\github\glslang
set PATH=C:\python36;%PATH%
cd %SRC%
mv External third_party
:: REM Install Bazel.
wget -q https://github.com/bazelbuild/bazel/releases/download/0.29.1/bazel-0.29.1-windows-x86_64.zip
unzip -q bazel-0.29.1-windows-x86_64.zip
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment