Adds call operator for calling go build

This commit is contained in:
Saptak S 2022-06-17 14:41:49 +05:30
parent e7067a1c6d
commit 7526141024
No known key found for this signature in database
GPG Key ID: 7B7F1772C0C6FCBF

View File

@ -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: