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

added compete_all_players job

parent c64773e2
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -189,8 +189,7 @@ compete_all_players:
    - |
      # Run the program and capture exit status
      set +e
      mkdir results
      ./play > "results/${WHITE_PLAYER}-vs-${BLACK_PLAYER}.txt"
      ./play > "publish/${WHITE_PLAYER}-vs-${BLACK_PLAYER}.txt"
      status=$?
      set -e