Commit 912f3c84 authored by Skylot's avatar Skylot

build: skip gradle assemble before build

parent a8febb24
...@@ -12,6 +12,10 @@ before_install: ...@@ -12,6 +12,10 @@ before_install:
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh - wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
- chmod +x gradlew - chmod +x gradlew
# override install to skip 'gradle assemble'
install:
- true
env: env:
global: global:
- TERM=dumb - TERM=dumb
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment