Commit fcfe09ec authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

added compete_all_players job

parent ae731d88
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@ compete_all_players:
    - |
      # Run the program and capture exit status
      set +e
      ./play > "publish/${WHITE_PLAYER}-vs-${BLACK_PLAYER}.txt"
      ./play > "/publish/${WHITE_PLAYER}-vs-${BLACK_PLAYER}.txt"
      status=$?
      set -e
      
@@ -208,6 +208,3 @@ compete_all_players:
  tags: [c++-17]
  rules:
    - if: '$CI_PIPELINE_SOURCE == "schedule"'
 No newline at end of file
  artifacts:
    paths:
      - hw8_ec/results/
 No newline at end of file