Browse Source

Update .gitlab-ci.yml

master
Niels Peretzke 5 years ago
parent
commit
804bfcc9a6
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      .gitlab-ci.yml

+ 5
- 1
.gitlab-ci.yml View File

@ -7,7 +7,11 @@ after_script:
build1:
stage: build
script:
- ~/pawncc gamemodes/bare.pwn -iinclude -Dartifacts "-;+" -v2 -d3 -Z+
- ~/pawncc gamemodes/bare.pwn -iinclude "-;+" -v2 -d3 -Z+
artifacts:
paths:
- bare.amx
expire_in: 1 week
#deploy1:
# stage: deploy


Loading…
Cancel
Save