This GitLab CI configuration is valid. Learn more
.gitlab-ci.yml 461 Bytes
myzip0:
  script: "/testers/cs37/p1/myzip0/test"
myunzip0:
  script: "/testers/cs37/p1/myunzip0/test"
myunzip-deflate:
  script: "/testers/cs37/p1/myunzip-deflate/test"
inflate:
  script: "/testers/cs37/p1/inflate/test"
huffman:
  script: "/testers/cs37/p1/huffman/test"
lz77:
  script: "/testers/cs37/p1/lz77/test"
myzip8:
  script: "/testers/cs37/p1/myzip8/test"
myunzip8:
  script: "/testers/cs37/p1/myunzip8/test"
static:
  script: "/testers/cs37/p1/static"