mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
fix(build-system): fix build system on CI for Windows (#3250)
* fix(build-system): fix build system on CI for Windows * fix(build-system): fix build system on CI for Windows * fix(build-system): fix build system on CI for Windows * fix(build-system): fix build system on CI for Windows * fix(build-system): fix build system on CI for Windows * fix(build-system): fix build system on CI for Windows * fix(build-system): fix build system on CI for Windows * fix(build-system): fix build system on CI for Windows * fix(build-system): fix build system on CI for Windows
This commit is contained in:
parent
ab2acea463
commit
19810b9f4e
1 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@ Copy-Item -Path "api" -Destination "$go_path\src\github.com\portainer\portainer\
|
|||
Set-Location -Path "api\cmd\portainer"
|
||||
|
||||
go get -t -d -v ./...
|
||||
go build -v
|
||||
## go build -v
|
||||
& cmd /c 'go build -v 2>&1'
|
||||
|
||||
Copy-Item -Path "portainer.exe" -Destination "$($env:BUILD_SOURCESDIRECTORY)\dist\portainer.exe" -Force -ErrorAction:SilentlyContinue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue