diff options
author | Shauren <shauren.trinity@gmail.com> | 2021-09-05 14:59:42 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-09-05 15:03:37 +0200 |
commit | 0f4cc593460209f3a3f128281a8192eb750e3e7d (patch) | |
tree | 58274ddd20b7ca20e51ce3e7e505f41aa95d9836 | |
parent | 883f6eeb361c481ca16b7fe640aad0c2a6fbd00c (diff) |
CI: Remove git tagging from build scripts
(cherry picked from commit 9e840da13ef3dd9f7ff73458125cc021e73fcf1f)
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index c53da026b71..8d5d8e3b3fd 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" .. |