Add CI configuration
This commit is contained in:
15
.gitlab-ci.yml
Normal file
15
.gitlab-ci.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
#stages:
|
||||
# - build
|
||||
|
||||
#before_script:
|
||||
# - "dotnet restore"
|
||||
|
||||
#build:
|
||||
# stage: build
|
||||
# only:
|
||||
# - develop
|
||||
# script:
|
||||
# - "dotnet build"
|
||||
# - "cp bin/Debug/netcoreapp2.0/* /ragemp_srv/bridge/resources/reallife-gamemode"
|
||||
# - "rm -rf /ragemp_srv/client_packages/*"
|
||||
# - "cp -r Client/* /ragemp_srv/client_packages"
|
||||
Reference in New Issue
Block a user