Преглед на файлове

Try again with glbinding master

Thomas Buck преди 9 години
родител
ревизия
4e0e566d54
променени са 1 файла, в които са добавени 8 реда и са изтрити 4 реда
  1. 8
    4
      cmake/travis_script_linux.sh

+ 8
- 4
cmake/travis_script_linux.sh Целия файл

7
 if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.5"; fi
7
 if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.5"; fi
8
 
8
 
9
 # Need to build latest glbinding from source
9
 # Need to build latest glbinding from source
10
-GLBVER=`curl https://api.github.com/repos/hpicgs/glbinding/releases/latest | grep -m1 tag_name | cut -d\" -f4`
11
-curl -L https://github.com/hpicgs/glbinding/archive/${GLBVER}.tar.gz | tar xzf -
12
-cd glbinding-${GLBVER#v}
10
+#GLBVER=`curl https://api.github.com/repos/hpicgs/glbinding/releases/latest | grep -m1 tag_name | cut -d\" -f4`
11
+#curl -L https://github.com/hpicgs/glbinding/archive/${GLBVER}.tar.gz | tar xzf -
12
+#cd glbinding-${GLBVER#v}
13
 
13
 
14
 # Hacky fix to allow building glbinding with clang on Linux
14
 # Hacky fix to allow building glbinding with clang on Linux
15
-sed -i 's/  -Werror/  /g' cmake/PlatformLinuxGCC.cmake
15
+#sed -i 's/  -Werror/  /g' cmake/PlatformLinuxGCC.cmake
16
+
17
+# Try fix in glbinding master
18
+git clone https://github.com/hpicgs/glbinding.git
19
+cd glbinding
16
 
20
 
17
 mkdir build
21
 mkdir build
18
 cd build
22
 cd build

Loading…
Отказ
Запис