mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2025-03-23 09:07:03 +00:00
Merge https://github.com/nigels-com/glew.git into master HEAD at Mon Aug 19 14:31:27 GMT 2019
This commit is contained in:
commit
41c88953cd
@ -1,4 +1,5 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
|
dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
install:
|
install:
|
||||||
script:
|
script:
|
||||||
@ -7,9 +8,9 @@ script:
|
|||||||
- make dist-src
|
- make dist-src
|
||||||
- make clean && SYSTEM=linux make
|
- make clean && SYSTEM=linux make
|
||||||
- make clean && SYSTEM=linux-osmesa make
|
- make clean && SYSTEM=linux-osmesa make
|
||||||
#- make clean && SYSTEM=linux-egl make
|
- make clean && SYSTEM=linux-egl make
|
||||||
- make clean && SYSTEM=linux-clang make
|
- make clean && SYSTEM=linux-clang make
|
||||||
#- make clean && SYSTEM=linux-clang-egl 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' . && 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_OSMESA=1 . && make && popd
|
||||||
#- pushd build/cmake && git clean -xdf . && cmake -G 'Unix Makefiles' -DGLEW_EGL=1 . && make && popd
|
#- pushd build/cmake && git clean -xdf . && cmake -G 'Unix Makefiles' -DGLEW_EGL=1 . && make && popd
|
||||||
@ -20,7 +21,7 @@ addons:
|
|||||||
- cmake
|
- cmake
|
||||||
- dos2unix
|
- dos2unix
|
||||||
- libosmesa6-dev
|
- libosmesa6-dev
|
||||||
# - libegl1-mesa-dev
|
- libegl1-mesa-dev
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- $(ls *.zip *.tgz | tr "\n" ":")
|
- $(ls *.zip *.tgz | tr "\n" ":")
|
||||||
|
@ -24,7 +24,7 @@ WARN = -Wall -W
|
|||||||
POPT = -O2
|
POPT = -O2
|
||||||
CFLAGS.EXTRA += -fPIC
|
CFLAGS.EXTRA += -fPIC
|
||||||
CFLAGS.EXTRA += -Wcast-qual
|
CFLAGS.EXTRA += -Wcast-qual
|
||||||
CFLAGS.EXTRA += -ansi -pedantic
|
CFLAGS.EXTRA += -std=c89 -pedantic
|
||||||
CFLAGS.EXTRA += -fno-stack-protector
|
CFLAGS.EXTRA += -fno-stack-protector
|
||||||
BIN.SUFFIX =
|
BIN.SUFFIX =
|
||||||
LIB.SONAME = lib$(NAME).so.$(SO_MAJOR)
|
LIB.SONAME = lib$(NAME).so.$(SO_MAJOR)
|
||||||
|
Loading…
Reference in New Issue
Block a user