mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Adds call operator for calling go build
This commit is contained in:
parent
e7067a1c6d
commit
7526141024
@ -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…
Reference in New Issue
Block a user