We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3ab5c commit d65fa59Copy full SHA for d65fa59
Samples/JavaSieve/ci-validate.sh
@@ -1,3 +1,10 @@
1
#!/bin/bash
2
3
-echo "Not validated in CI..."
+echo "Prepare the dependency..."
4
+git clone https://github.com/gazman-sdk/quadratic-sieve-Java
5
+cd quadratic-sieve-Java
6
+sh ./gradlew jar
7
+cd ..
8
+
9
+echo "Run the sample..."
10
+swift run JavaSieve
0 commit comments