publish docs on GH pages

This commit is contained in:
Jorge Aparicio
2018-08-27 17:44:55 +02:00
parent a79ea9bee7
commit 3e39a0b927
5 changed files with 35 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
set -euxo pipefail
main() {
rustup target add $TARGET
if [ $TARGET != x86_64-unknown-linux-gnu ]; then
rustup target add $TARGET
fi
}
main