libctru/.travis/exportdoc.sh

7 lines
214 B
Bash
Raw Normal View History

2019-03-28 03:07:02 +01:00
#!/bin/sh
if [ -n "$TRAVIS_TAG" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
git clone --branch=master --single-branch --depth 1 https://github.com/devkitPro/3ds-examples examples
cd libctru
doxygen Doxyfile
fi