File tree 2 files changed +4
-10
lines changed
2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -56,22 +56,16 @@ services:
56
56
addons :
57
57
apt :
58
58
packages :
59
- - build-essential
60
- - gcc-8
61
- - g++-8
62
59
- freeglut3
63
60
- freeglut3-dev
61
+ - libosmesa6
64
62
- libglew-dev
65
- - libgl1-mesa-dev
66
63
- libglu-dev
67
- - libglu1-mesa-dev
68
- - libx11-dev
69
64
70
65
install :
71
66
- python3 -m pip install setuptools wheel scikit-build cmake glfw ninja numpy loguru pytest pytest-xdist
72
67
73
68
script :
74
- - export CC=gcc-8 CXX=g++-8
75
69
- python3 setup.py install
76
70
- |
77
71
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
@@ -87,8 +81,8 @@ branches:
87
81
stages :
88
82
# - test
89
83
- name : deploy
90
- if : repo = fbertola/bgfx-python
91
- # if: tag =~ ^v\d+\.\d+\.\d+$ AND repo = fbertola/bgfx-python
84
+ # if: repo = fbertola/bgfx-python
85
+ if : tag =~ ^v\d+\.\d+\.\d+$ AND repo = fbertola/bgfx-python
92
86
93
87
notifications :
94
88
email : false
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ elseif (WIN32)
70
70
endforeach ()
71
71
else ()
72
72
set (DIST_COMMAND linux-release64)
73
- set (CMAKE_MODULE_LINKER_FLAGS "-lrt -ldl -lGL -lGLU -lglut -lpthread -Wl,--start-group " )
73
+ set (CMAKE_MODULE_LINKER_FLAGS "-lrt -ldl -lglut -lGLU -lGL -lm " )
74
74
endif ()
75
75
76
76
add_library (bgfx_lib MODULE
You can’t perform that action at this time.
0 commit comments