Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
glew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Maik Froechtenicht
glew
Commits
97bba61a
Commit
97bba61a
authored
Jan 23, 2016
by
Nigel Stewart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add GLEW_EGL builds to Travis
parent
c3ea366c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
.travis.yml
.travis.yml
+9
-4
No files found.
.travis.yml
View file @
97bba61a
...
...
@@ -5,10 +5,14 @@ script:
-
make -C auto clobber
-
make extensions
-
make dist-src
-
make clean; SYSTEM=linux make
-
make clean; SYSTEM=linux-osmesa make
-
pushd build/cmake; git clean -xdf .; cmake -G 'Unix Makefiles' . ; make; popd
-
pushd build/cmake; git clean -xdf .; cmake -G 'Unix Makefiles' -DGLEW_OSMESA=1 .; make; popd
-
make clean; SYSTEM=linux make
-
make clean; SYSTEM=linux-osmesa make
-
make clean; SYSTEM=linux-egl make
-
make clean; SYSTEM=linux-clang make
-
make clean; SYSTEM=linux-clang-egl make
-
pushd build/cmake; git clean -xdf .; cmake -G 'Unix Makefiles' . ; make; popd
-
pushd build/cmake; git clean -xdf .; cmake -G 'Unix Makefiles' -DGLEW_OSMESA=1 . ; make; popd
-
pushd build/cmake; git clean -xdf .; cmake -G 'Unix Makefiles' -DGLEW_EGL=1 . ; make; popd
addons
:
apt
:
packages
:
...
...
@@ -16,6 +20,7 @@ addons:
-
cmake
-
dos2unix
-
libosmesa6-dev
-
libegl1-mesa-dev
artifacts
:
bucket
:
glew
s3_region
:
"
us-east-1"
...
...
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