Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/gop: update build & install command #623

Merged
merged 15 commits into from
Nov 7, 2020
Merged

Conversation

visualfc
Copy link
Member

@visualfc visualfc commented Nov 6, 2020

  1. gop build [-v] [-o output] <gopSrcDir|gopSrcFile>

    generate gop_autogen.go to source dir

gop build   // set build source dir is $PWD,  same `gop build . `
gop build file.gop  // target name set $PWD/fileName[.exe]
gop build dir //target name set $PWD/dirName
gop build -o output // target name set output
  1. gop install [-v] <gopSrcDir|gopSrcFile>

    generate gop_autogen.go to source dir

gop install   // set build source dir is $PWD,  same `gop install .`
gop install dir // use go install and set GOBIN=GOPBIN
gop install file.go // use go build -o $GOPBIN/fileName[.exe]

@codecov-io
Copy link

Codecov Report

Merging #623 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #623   +/-   ##
=======================================
  Coverage   89.86%   89.86%           
=======================================
  Files          42       42           
  Lines        9163     9163           
=======================================
  Hits         8234     8234           
  Misses        656      656           
  Partials      273      273           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c449eb2...8e4d764. Read the comment docs.

@xushiwei xushiwei merged commit 00172c8 into goplus:master Nov 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants