mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 16:35:03 -04:00
Adds call operator for calling go build
This commit is contained in:
parent
78c24dffd7
commit
11529fc602
1 changed files with 3 additions and 3 deletions
|
@ -288,7 +288,7 @@ jobs:
|
|||
cd obfs4
|
||||
# TODO: verify signature
|
||||
git checkout $OBFS4PROXY_TAG
|
||||
"C:\Program Files (x86)\Go\bin\go" build .\obfs4proxy
|
||||
& "C:\Program Files (x86)\Go\bin\go" build .\obfs4proxy
|
||||
Move-Item -Path .\obfs4proxy.exe -Destination C:\Users\circleci\project\desktop\onionshare\resources\tor\obfs4proxy.exe
|
||||
}
|
||||
- save_cache:
|
||||
|
@ -312,7 +312,7 @@ jobs:
|
|||
cd snowflake
|
||||
# TODO: verify signature
|
||||
git checkout $SNOWFLAKE_TAG
|
||||
"C:\Program Files (x86)\Go\bin\go" build .\client
|
||||
& "C:\Program Files (x86)\Go\bin\go" build .\client
|
||||
Move-Item -Path .\client.exe -Destination C:\Users\circleci\project\desktop\onionshare\resources\tor\snowflake-client.exe
|
||||
}
|
||||
- save_cache:
|
||||
|
@ -336,7 +336,7 @@ jobs:
|
|||
cd meek
|
||||
# TODO: verify signature
|
||||
git checkout $MEEK_TAG
|
||||
"C:\Program Files (x86)\Go\bin\go" build .\meek-client
|
||||
& "C:\Program Files (x86)\Go\bin\go" build .\meek-client
|
||||
Move-Item -Path .\meek-client.exe -Destination C:\Users\circleci\project\desktop\onionshare\resources\tor\meek-client.exe
|
||||
}
|
||||
- save_cache:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue