This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
samp-test
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Update .gitlab-ci.yml
master
Niels Peretzke
5 years ago
parent
2d8b6a75bc
commit
f6962c78b3
1 changed files
with
1 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-4
.gitlab-ci.yml
+ 1
- 4
.gitlab-ci.yml
View File
@ -7,10 +7,7 @@ after_script:
build1:
build1:
stage
:
build
stage
:
build
script:
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:
#deploy1:
# stage: deploy
# stage: deploy
Write
Preview
Loading…
Cancel
Save