aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-09-05 14:59:42 +0200
committerShauren <shauren.trinity@gmail.com>2021-09-05 14:59:42 +0200
commit9e840da13ef3dd9f7ff73458125cc021e73fcf1f (patch)
tree54bee727d3ddd8dc10fd78b75e28792fbb8c34a6
parent85671f20d866797a5a401d714b183d07c55f8d83 (diff)
CI: Remove git tagging from build scripts
-rw-r--r--appveyor.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 85467552ace..80bc9f2b598 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,8 +10,6 @@ build_script:
- cmd: >-
git config user.email "appveyor@build.bot" && git config user.name "AppVeyor"
- git tag -a -m "AppVeyor build" init
-
md build && cd build
cmake -G"Visual Studio 16 2019" -A x64 -DSCRIPTS=dynamic -DTOOLS=True -DCMAKE_CXX_FLAGS=" /DWIN32 /D_WINDOWS /W3 /GR /EHsc /WX" -DCMAKE_C_FLAGS="/DWIN32 /D_WINDOWS /W3 /WX" ..