зеркало из https://github.com/mislav/hub.git
Rename to cross-compile
This commit is contained in:
Родитель
95c7d7a936
Коммит
d718f3be0c
|
@ -8,10 +8,10 @@ import (
|
|||
"runtime"
|
||||
)
|
||||
|
||||
// Releases gh
|
||||
// Cross-compiles gh
|
||||
//
|
||||
// Release gh for current operating system. The build artifacts will be in target/VERSION
|
||||
func TaskRelease(t *tasking.T) {
|
||||
// Cross-compiles gh for current operating system. The build artifacts will be in target/VERSION
|
||||
func TaskCrossCompile(t *tasking.T) {
|
||||
t.Log("Updating goxc...")
|
||||
err := t.Exec("go get -u github.com/laher/goxc")
|
||||
if err != nil {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
script/bootstrap
|
||||
gotask release
|
||||
gotask cross-compile
|
||||
|
|
Загрузка…
Ссылка в новой задаче