mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
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.
This commit is contained in:
@@ -112,6 +112,7 @@ jobs:
|
||||
--enable-cscope
|
||||
--enable-gui=macvim
|
||||
--with-macarchs=x86_64
|
||||
--with-compiledby="GitHub Actions"
|
||||
)
|
||||
if ${{ matrix.publish == true }}; then
|
||||
CONFOPT+=(
|
||||
|
||||
Reference in New Issue
Block a user