Skip to content
Snippets Groups Projects
  1. Feb 10, 2019
  2. Feb 07, 2019
  3. Jan 08, 2019
  4. Dec 08, 2018
  5. Aug 15, 2018
  6. Jul 16, 2018
  7. Jun 03, 2018
  8. May 31, 2018
  9. May 20, 2018
  10. Jun 14, 2017
  11. Jun 13, 2017
    • Arndress's avatar
      .gitlab-ci.yml test change · c76edebf
      Arndress authored
      If this works, hopefully someone can tighten up my clumsy code.
      
      I previously meant to change the line to the following with an asterisk:
      - rsync -avz --exclude 'saves/*.txt' * .public
      However, maybe this is a simpler but less direct way of doing things.
      c76edebf
    • Arndress's avatar
      .gitlab-ci.yml change to attempt to reduce artifact size for builds/deploys · 5c914ff8
      Arndress authored
      The current total size of our artifacts is over 1GB. By ignoring certain
      files for spnati.net web hosting, I hope to reduce this back below 1GB.
      
      The old line in .gitlab-ci.yml wanted to copy all files (including
      subfolders) to ".public". The new line aims to copy all files (including
      subfolders) to ".public", except for the "saves" folder (48MB) and all
      txt files (15MB). I apologize if this does not work as intended!
      
      I have also moved the Mei directory including images to the "saves"
      folder, as she is not currently in the game.
      5c914ff8
  12. Jan 26, 2017
  13. Jan 25, 2017
Loading