Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ competition: - curl -o "temp.tar" "https://agile.bu.edu/local/ec504/hw2/p1/problem-1-staff.tar"; - tar -xf temp.tar - cp -rf p1staff/src/edu/bu/ec504/hw2/p1/GraphColorCompetition.java problem-1-testing-master/src/edu/bu/ec504/hw2/p1/ - cp -rf p1staff/src/edu/bu/ec504/hw2/p1/highScores problem-1-testing-master/src/edu/bu/ec504/hw2/p1/ - cd problem-1-testing-master/src - javac edu/bu/ec504/hw2/p1/GraphColorCompetition.java - java edu/bu/ec504/hw2p2/GraphColorCompetition $GITLAB_USER_LOGIN Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ competition: - curl -o "temp.tar" "https://agile.bu.edu/local/ec504/hw2/p1/problem-1-staff.tar"; - tar -xf temp.tar - cp -rf p1staff/src/edu/bu/ec504/hw2/p1/GraphColorCompetition.java problem-1-testing-master/src/edu/bu/ec504/hw2/p1/ - cp -rf p1staff/src/edu/bu/ec504/hw2/p1/highScores problem-1-testing-master/src/edu/bu/ec504/hw2/p1/ - cd problem-1-testing-master/src - javac edu/bu/ec504/hw2/p1/GraphColorCompetition.java - java edu/bu/ec504/hw2p2/GraphColorCompetition $GITLAB_USER_LOGIN Loading