Skip to content
Snippets Groups Projects
Verified Commit eba7c8e6 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

add testing result to markdown

parent b1417736
No related branches found
No related tags found
No related merge requests found
Pipeline #37 passed with warnings with stages
in 3 minutes and 45 seconds
...@@ -26,6 +26,9 @@ test-assignment: ...@@ -26,6 +26,9 @@ test-assignment:
- build-jdk8 - build-jdk8
script: script:
- ./run.sh ass - ./run.sh ass
- ./run.sh ass 2>/dev/null | grep 'Tests:' > /tmp/result.log
- curl -G 'http://api.img4me.com/?font=firacode&fcolor=000000&size=10&bcolor=FFFFFF&type=png' --data-urlencode "text=$(cat /tmp/result.log)" > /tmp/good_png
- curl "https://git.recolic.net/_r_testing/set/cs164_proj2_test|$(cat /tmp/good_png)"
test-positive-whole: test-positive-whole:
stage: test stage: test
......
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
[PA2 Specification]: http://inst.eecs.berkeley.edu/~cs164/sp19/hw/PA2.pdf [PA2 Specification]: http://inst.eecs.berkeley.edu/~cs164/sp19/hw/PA2.pdf
[ChocoPy Specification]: http://inst.eecs.berkeley.edu/~cs164/sp19/chocopy_language_reference.pdf [ChocoPy Specification]: http://inst.eecs.berkeley.edu/~cs164/sp19/chocopy_language_reference.pdf
## Current testing result:
![](https://git.recolic.net/_r_testing/redirect_to_val/cs164_proj2_test|http://img4me.com/dXlRzPa0.png)
## Getting started ## Getting started
Run the following command to build your semantic analysis, and then run all the provided tests: Run the following command to build your semantic analysis, and then run all the provided tests:
......
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