this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Try getting Travis CI to deploy tagged builds.

+14 -2
+14 -2
.travis.yml
··· 21 21 - os: linux 22 22 compiler: gcc 23 23 after_success: 24 + - tar -zcvf SDL_gpu-bin-linux-gcc.tar.gz lib 24 25 - make doc 25 - - cd html 26 + - tar -zcvf SDL_gpu-docs.tar.gz html 26 27 deploy: 27 28 provider: pages 28 29 skip_cleanup: true 29 30 github_token: $GithubDocsToken 30 - #local_dir: html/ 31 + local_dir: html/ 31 32 on: 32 33 branch: master 34 + deploy: 35 + provider: releases 36 + skip_cleanup: true 37 + tag_name: latest-linux-gcc 38 + file: 39 + - SDL_gpu-bin-linux-gcc.tar.gz 40 + - SDL_gpu-docs.tar.gz 41 + api_key: 42 + secure: $GithubDocsToken 43 + on: 44 + tags: true 33 45 - os: linux 34 46 compiler: clang 35 47 - os: osx