From 65e4813e7ef8cbfea6b2b566fa3964612fb6198c Mon Sep 17 00:00:00 2001 From: Yee Cheng Chin Date: Sat, 19 Dec 2020 17:49:45 -0800 Subject: [PATCH] Use --with-compiledby configure flag for GitHub Actions CI This makes `:version` output cleaner and that it's clear that CI built the published app. --- .github/workflows/ci-macvim.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-macvim.yaml b/.github/workflows/ci-macvim.yaml index 632c572aaf..144bdafad9 100644 --- a/.github/workflows/ci-macvim.yaml +++ b/.github/workflows/ci-macvim.yaml @@ -112,6 +112,7 @@ jobs: --enable-cscope --enable-gui=macvim --with-macarchs=x86_64 + --with-compiledby="GitHub Actions" ) if ${{ matrix.publish == true }}; then CONFOPT+=(