Skip to content

Commit d65fa59

Browse files
committed
validate JavaSieve in CI
1 parent 6c3ab5c commit d65fa59

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Samples/JavaSieve/ci-validate.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
#!/bin/bash
22

3-
echo "Not validated in CI..."
3+
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

Comments
 (0)