Skip to content
Snippets Groups Projects
Commit 31c72b0e authored by akwizgran's avatar akwizgran
Browse files

Address review feedback.

parent a5a8b94d
No related branches found
No related tags found
1 merge request!10Add support for building snowflake
Pipeline #12599 passed
......@@ -21,18 +21,29 @@ build:
- docker build -t ${TEST_IMAGE} .
- docker push $TEST_IMAGE
test:
test_obfs4proxy:
stage: test
script:
- docker run -v `pwd`:/opt/go-reproducer ${TEST_IMAGE} /bin/bash -c "./build-binary.py obfs4proxy && ./verify-binary.py obfs4proxy"
allow_failure: true
artifacts:
paths:
- obfs4proxy-*.jar
- obfs4proxy-*.pom
expire_in: 1 week
when: always
except:
- tags
test_snowflake:
stage: test
script:
- docker run -v `pwd`:/opt/go-reproducer ${TEST_IMAGE} /bin/bash -c "./build-binary.py snowflake && ./verify-binary.py snowflake"
allow_failure: true
artifacts:
paths:
- obfs4proxy-*.jar
- obfs4proxy-*.pom
- snowflake-*.jar
- snowflake-*.pom
- snowflake-*.jar
- snowflake-*.pom
expire_in: 1 week
when: always
except:
......
......@@ -7,12 +7,12 @@ and no modifications (such as backdoors) were added.
Current packages:
* https://repo.maven.apache.org/maven2/org/briarproject/obfs4proxy-android
* https://repo.maven.apache.org/maven2/org/briarproject/obfs4proxy-linux
* https://repo.maven.apache.org/maven2/org/briarproject/obfs4proxy-windows
* https://repo.maven.apache.org/maven2/org/briarproject/snowflake-android
* https://repo.maven.apache.org/maven2/org/briarproject/snowflake-linux
* https://repo.maven.apache.org/maven2/org/briarproject/snowflake-windows
* https://mvnrepository.com/artifact/org.briarproject/obfs4proxy-android
* https://mvnrepository.com/artifact/org.briarproject/obfs4proxy-linux
* https://mvnrepository.com/artifact/org.briarproject/obfs4proxy-windows
* https://mvnrepository.com/artifact/org.briarproject/snowflake-android
* https://mvnrepository.com/artifact/org.briarproject/snowflake-linux
* https://mvnrepository.com/artifact/org.briarproject/snowflake-windows
More information about these so called reproducible builds is available at
[reproducible-builds.org](https://reproducible-builds.org/).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment