diff options
author | Shauren <shauren.trinity@gmail.com> | 2021-09-05 14:59:42 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-09-05 14:59:42 +0200 |
commit | 9e840da13ef3dd9f7ff73458125cc021e73fcf1f (patch) | |
tree | 54bee727d3ddd8dc10fd78b75e28792fbb8c34a6 /appveyor.yml | |
parent | 85671f20d866797a5a401d714b183d07c55f8d83 (diff) |
CI: Remove git tagging from build scripts
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
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" .. |