Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ compile: - echo "Compiling code for $GITLAB_USER_LOGIN" - curl https://agile.bu.edu/gitlab/configs/ec504-configs/hw1/problem-3-testing/-/archive/master/problem-3-testing-master.tar -o test.tar - tar -xvf test.tar - cp src/edu/bu/ec504/hw1p3/compressors/MyCompressor.java problem-3-testing-master/src/edu/bu/ec504/hw1p3/ - cp src/edu/bu/ec504/hw1p3/compressors/MyCompressor.java problem-3-testing-master/src/edu/bu/ec504/hw1p3/compressors - cd problem-3-testing-master/src - javac edu/bu/ec504/hw1p3/Main.java artifacts: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ compile: - echo "Compiling code for $GITLAB_USER_LOGIN" - curl https://agile.bu.edu/gitlab/configs/ec504-configs/hw1/problem-3-testing/-/archive/master/problem-3-testing-master.tar -o test.tar - tar -xvf test.tar - cp src/edu/bu/ec504/hw1p3/compressors/MyCompressor.java problem-3-testing-master/src/edu/bu/ec504/hw1p3/ - cp src/edu/bu/ec504/hw1p3/compressors/MyCompressor.java problem-3-testing-master/src/edu/bu/ec504/hw1p3/compressors - cd problem-3-testing-master/src - javac edu/bu/ec504/hw1p3/Main.java artifacts: Loading