1 Star 0 Fork 0

杨登贤/thebookofshaders

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 700 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yvan Sraka 提交于 2017-08-16 19:32 . Update .travis.yml
language: python
python:
- 2.7
install:
- sudo apt-get install cmake xorg-dev libglu1-mesa-dev texlive-xetex texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended pandoc imagemagick
- # Install glfw
- git clone https://github.com/glfw/glfw.git ~/glfw
- cd ~/glfw
- cmake .
- make
- sudo make install
- cd -
- # Install glslViewer
- git clone http://github.com/patriciogonzalezvivo/glslViewer ~/glslViewer
- cd ~/glslViewer
- make
- sudo make install
- cd -
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3 # give xvfb some time to start
- rm -rf 12 13 14 15 16 17 18 # ugly ...
script:
- make && [ -e book.pdf ]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yangdengxian/thebookofshaders.git
git@gitee.com:yangdengxian/thebookofshaders.git
yangdengxian
thebookofshaders
thebookofshaders
master

搜索帮助