gws usecases
This commit is contained in:
25
bin/gws
25
bin/gws
@@ -1,17 +1,22 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# gws = gw script
|
"""
|
||||||
|
gws = gw script
|
||||||
|
|
||||||
#alias cbx='gw clean build -x test'
|
alias cbx='gw clean build -x test'
|
||||||
#alias cbt='gw clean build compileTestKotlin'
|
alias cbt='gw clean build compileTestKotlin'
|
||||||
# compileTestKotlin
|
|
||||||
# compositeTest
|
|
||||||
# some script to compile
|
|
||||||
|
|
||||||
# gws build test
|
compileTestKotlin
|
||||||
# gws test
|
compositeTest
|
||||||
# gws composite
|
some script to compile
|
||||||
# gws clean build -x test :test :tools
|
|
||||||
|
# use cases
|
||||||
|
gws build test
|
||||||
|
gws test
|
||||||
|
gws composite
|
||||||
|
gws clean build -x test :test :tools
|
||||||
|
|
||||||
|
"""
|
||||||
|
|
||||||
from sys import argv
|
from sys import argv
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user