forked from XiaoMengXinX/Fuck163MusicTasks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'XiaoMengXinX:master' into master
- Loading branch information
Showing
7 changed files
with
256 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
#!/bin/bash | ||
|
||
VERSION=$(git describe --tags) | ||
|
||
mkdir out | ||
|
||
bash build.sh linux amd64 -o "./out/Fuck163MusicTasks_${VERSION}_linux_amd64" | ||
bash build.sh linux arm64 -o "./out/Fuck163MusicTasks_${VERSION}_linux_arm64" | ||
bash build.sh windows amd64 -o "./out/Fuck163MusicTasks_${VERSION}_windows_amd64.exe" | ||
bash build.sh darwin amd64 -o "./out/Fuck163MusicTasks_${VERSION}_darwin_amd64" | ||
bash build.sh darwin arm64 -o "./out/Fuck163MusicTasks_${VERSION}_darwin_arm64" | ||
bash build.sh linux amd64 -o "./out/Fuck163MusicTasks_linux_amd64" | ||
bash build.sh linux arm64 -o "./out/Fuck163MusicTasks_linux_arm64" | ||
bash build.sh windows amd64 -o "./out/Fuck163MusicTasks_windows_amd64.exe" | ||
bash build.sh darwin amd64 -o "./out/Fuck163MusicTasks_darwin_amd64" | ||
bash build.sh darwin arm64 -o "./out/Fuck163MusicTasks_darwin_arm64" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
module github.com/XiaoMengXinX/Fuck163MusicTasks/v2 | ||
|
||
go 1.17 | ||
|
||
require ( | ||
github.com/XiaoMengXinX/Music163Api-Go v0.1.29 | ||
github.com/robfig/cron/v3 v3.0.1 | ||
github.com/sirupsen/logrus v1.8.1 | ||
) | ||
|
||
require ( | ||
github.com/google/uuid v1.3.0 // indirect | ||
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.