Commit 7a7e6d3d authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Added extra credit.

parent 962486a6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -56,8 +56,7 @@ extra_credit:
    - cp IntegerP.cpp IntegerPP.cpp hw1_ec
    - cd hw1_ec
    - make extra
    - ./extra
    - score="$(./extra1c | tail -n 1 | tr -d '[:space:]')"
    - score="$(./extra | tail -n 1 | tr -d '[:space:]')"
    - echo "Your score is $score"
    - curl "https://agile.bu.edu/ec330_scripts/saveScores.pl?key=${MAGIC_KEY}&file=hw1extra&name=${GITLAB_USER_LOGIN}&score=${score}"
  rules: