Browse Source

Update .gitlab-ci.yml

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

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

@ -7,10 +7,7 @@ after_script:
build1:
stage: build
script:
- echo "Do your build here"
- ls -la gamemodes
- ls -la ~/pawncc
- ~/pawncc gamemodes/bare.pwn -iinclude -Dartifacts "-;+" -v2 -d3 -Z+
- ~/pawncc gamemodes/bare.pwn -iinclude -D/artifacts "-;+" -v2 -d3 -Z+
#deploy1:
# stage: deploy


Loading…
Cancel
Save