v0.1
This commit is contained in:
14
Makefile.toml
Normal file
14
Makefile.toml
Normal file
@ -0,0 +1,14 @@
|
||||
[tasks.BUILD]
|
||||
description = "Build hoge"
|
||||
script = ['''
|
||||
#!/usr/bin/env bash
|
||||
echo "build ${@}..."
|
||||
''']
|
||||
|
||||
[tasks.TEST]
|
||||
description = "Test hoge"
|
||||
script = ['''
|
||||
#!/usr/bin/env python3
|
||||
print("test ...")
|
||||
''']
|
||||
dependencies = ["BUILD"]
|
Reference in New Issue
Block a user