3 lines
111 B
Bash
Executable File
3 lines
111 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
./gradlew clean build install && ./scripts/runTests.sh && ./gradlew uploadArchives -x test |