From 0f99f2dbbba0d718e2c27dd98e2448c3192f6013 Mon Sep 17 00:00:00 2001 From: hydrant Date: Sat, 29 Sep 2018 23:47:31 +0200 Subject: [PATCH 1/4] Add project file --- reallife-gamemode.csproj | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 reallife-gamemode.csproj diff --git a/reallife-gamemode.csproj b/reallife-gamemode.csproj new file mode 100644 index 00000000..551d0d6f --- /dev/null +++ b/reallife-gamemode.csproj @@ -0,0 +1,22 @@ + + + netcoreapp2.0 + reallife_gamemode + true + true + true + + + + Always + + + + + + + + + + + \ No newline at end of file From f68a43e2252775f68b47b5139358de882d10c15c Mon Sep 17 00:00:00 2001 From: hydrant Date: Sat, 29 Sep 2018 23:48:16 +0200 Subject: [PATCH 2/4] Update .gitlab-ci.yml --- .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58db0cf3..21b1cf80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,15 +1,15 @@ -#stages: -# - build +stages: + - build -#before_script: -# - "dotnet restore" +before_script: + - "dotnet restore" -#build: -# stage: build -# only: -# - develop -# script: -# - "dotnet build" +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" From f27d6249267674e9f0a1172374929f6b2f761472 Mon Sep 17 00:00:00 2001 From: hydrant Date: Sat, 29 Sep 2018 23:57:41 +0200 Subject: [PATCH 3/4] Update reallife-gamemode.csproj --- reallife-gamemode.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/reallife-gamemode.csproj b/reallife-gamemode.csproj index 551d0d6f..3d263cde 100644 --- a/reallife-gamemode.csproj +++ b/reallife-gamemode.csproj @@ -18,5 +18,6 @@ + \ No newline at end of file From 4ed03f45f24dfa6fc74834b272c86ce5413198ae Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 30 Sep 2018 00:47:28 +0200 Subject: [PATCH 4/4] Renamed csproj --- reallife-gamemode.csproj => build.csproj | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename reallife-gamemode.csproj => build.csproj (100%) diff --git a/reallife-gamemode.csproj b/build.csproj similarity index 100% rename from reallife-gamemode.csproj rename to build.csproj