mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-13 21:21:34 -05:00
Adds call operator for calling go build
This commit is contained in:
parent
78c24dffd7
commit
11529fc602
@ -288,7 +288,7 @@ jobs:
|
|||||||
cd obfs4
|
cd obfs4
|
||||||
# TODO: verify signature
|
# TODO: verify signature
|
||||||
git checkout $OBFS4PROXY_TAG
|
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
|
Move-Item -Path .\obfs4proxy.exe -Destination C:\Users\circleci\project\desktop\onionshare\resources\tor\obfs4proxy.exe
|
||||||
}
|
}
|
||||||
- save_cache:
|
- save_cache:
|
||||||
@ -312,7 +312,7 @@ jobs:
|
|||||||
cd snowflake
|
cd snowflake
|
||||||
# TODO: verify signature
|
# TODO: verify signature
|
||||||
git checkout $SNOWFLAKE_TAG
|
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
|
Move-Item -Path .\client.exe -Destination C:\Users\circleci\project\desktop\onionshare\resources\tor\snowflake-client.exe
|
||||||
}
|
}
|
||||||
- save_cache:
|
- save_cache:
|
||||||
@ -336,7 +336,7 @@ jobs:
|
|||||||
cd meek
|
cd meek
|
||||||
# TODO: verify signature
|
# TODO: verify signature
|
||||||
git checkout $MEEK_TAG
|
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
|
Move-Item -Path .\meek-client.exe -Destination C:\Users\circleci\project\desktop\onionshare\resources\tor\meek-client.exe
|
||||||
}
|
}
|
||||||
- save_cache:
|
- save_cache:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user