this repo has no description
0
fork

Configure Feed

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

See if tags can be easily replaced.

+4 -1
+4 -1
.travis.yml
··· 22 22 compiler: gcc 23 23 after_success: 24 24 - tar -zcvf SDL_gpu-bin-linux-gcc.tar.gz lib 25 - - make doc 26 25 - tar -zcvf SDL_gpu-docs.tar.gz html 26 + - cd .. 27 + - git tag -d latest-linux-gcc; 28 + - git push origin :latest-linux-gcc 29 + - cd build 27 30 deploy: 28 31 provider: pages 29 32 skip_cleanup: true