this repo has no description
0
fork

Configure Feed

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

Disable build publishing for now.

+16 -16
+16 -16
.travis.yml
··· 24 24 - tar -zcvf SDL_gpu-bin-linux-gcc.tar.gz lib 25 25 - tar -zcvf SDL_gpu-docs.tar.gz html 26 26 - cd .. 27 - - git tag -d latest-linux-gcc; 28 - - git push origin :latest-linux-gcc 27 + # - git tag -d latest-linux-gcc; 28 + # - git push origin :latest-linux-gcc 29 29 - cd build 30 30 deploy: 31 31 provider: pages ··· 34 34 local_dir: html/ 35 35 on: 36 36 branch: master 37 - deploy: 38 - provider: releases 39 - skip_cleanup: true 40 - tag_name: latest-linux-gcc 41 - overwrite: true 42 - prerelease: true 43 - file: 44 - - SDL_gpu-bin-linux-gcc.tar.gz 45 - - SDL_gpu-docs.tar.gz 46 - api_key: 47 - secure: $GithubDocsToken 48 - name: "Automated Linux GCC build" 49 - on: 50 - branch: master 37 + # deploy: 38 + # provider: releases 39 + # skip_cleanup: true 40 + # tag_name: latest-linux-gcc 41 + # overwrite: true 42 + # prerelease: true 43 + # file: 44 + # - SDL_gpu-bin-linux-gcc.tar.gz 45 + # - SDL_gpu-docs.tar.gz 46 + # api_key: 47 + # secure: $GithubDocsToken 48 + # name: "Automated Linux GCC build" 49 + # on: 50 + # branch: master 51 51 - os: linux 52 52 compiler: clang 53 53 - os: osx