Compare commits

...

8 Commits

Author SHA1 Message Date
amevarashi 4136e131e7 Update .gitlab-ci.yml file 2024-04-28 06:31:20 +00:00
amevarashi 6c7a9503f4 Update .gitlab-ci.yml file 2024-04-28 06:25:07 +00:00
amevarashi eef4121e1f Update .gitlab-ci.yml file 2024-04-28 06:21:24 +00:00
amevarashi 6f6291b8f8 Update .gitlab-ci.yml file 2024-04-28 06:16:29 +00:00
amevarashi e41f0be251 Update .gitlab-ci.yml file 2024-04-28 06:11:32 +00:00
amevarashi 479232e8b0 Update .gitlab-ci.yml file 2024-04-28 06:07:40 +00:00
amevarashi f48432d3eb Update .gitlab-ci.yml file 2024-04-28 06:02:09 +00:00
amevarashi 2b86118ad6 Update .gitlab-ci.yml file 2024-04-28 05:59:59 +00:00
1 changed files with 10 additions and 0 deletions

View File

@ -93,6 +93,16 @@ build:
script:
- 'curl -s --create-dirs "$RJW_DLL_URL" -o ../../rjw/$RIMWORLD_VERSION/Assemblies/RJW.dll'
- 'dotnet build --no-restore'
artifacts:
untracked: false
when: on_success
expire_in: 3 days
paths:
- "*" # Incluse everything
exclude:
- ".*" # Exclude dot files
- ".*/**/*" # Exclude everything in the dot folders
- "Source/**/*" # Exclude everything in the Source folder
#tests:
# stage: test