Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maik Froechtenicht
glew
Commits
01b33567
Commit
01b33567
authored
Oct 05, 2015
by
Nigel Stewart
Browse files
Workaround for core-context4 MX build break, for now
parent
6cea5473
Changes
1
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
01b33567
...
...
@@ -5,10 +5,10 @@ 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
#
- 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
addons
:
apt
:
packages
:
...
...
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