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
862ddcb2
Unverified
Commit
862ddcb2
authored
Dec 11, 2020
by
greg-lunarg
Committed by
GitHub
Dec 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Travis to use pre-breakage googletest (#2481)
parent
c594de23
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
.travis.yml
.travis.yml
+11
-1
No files found.
.travis.yml
View file @
862ddcb2
...
...
@@ -61,7 +61,17 @@ install:
fi
before_script
:
-
git clone --depth=1 https://github.com/google/googletest.git External/googletest
# check out pre-breakage version of googletest; can be deleted when
# issue 3128 is fixed
# git clone --depth=1 https://github.com/google/googletest.git External/googletest
-
mkdir -p External/googletest
-
cd External/googletest
-
git init
-
git remote add origin https://github.com/google/googletest.git
-
git fetch --depth 1 origin 0c400f67fcf305869c5fb113dd296eca266c9725
-
git reset --hard FETCH_HEAD
-
cd ../..
# get spirv-tools and spirv-headers
-
./update_glslang_sources.py
script
:
...
...
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