feat(opaque): add end to end test hurl + binary

This commit is contained in:
Edouard Vanbelle
2026-08-02 22:10:17 +02:00
parent 903d769e03
commit 5418a5bd34
4 changed files with 385 additions and 0 deletions
+1
View File
@@ -45,6 +45,7 @@ RUN mkdir -p src/bin && \
echo 'fn main() {}' > src/bin/generate-openapi.rs && \
echo 'fn main() {}' > src/bin/migrate-nfc-filenames.rs && \
echo 'fn main() {}' > src/bin/opaque-setup.rs && \
echo 'fn main() {}' > src/bin/opaque-hurl-helper.rs && \
cargo build --release --bin oxicloud --bin generate-openapi --bin migrate-nfc-filenames --bin opaque-setup && \
rm -rf src static-dist target/release/deps/oxicloud* target/release/build/oxicloud-*