Write Clio version file from template (#457)

* Set build version from git

* disallow untagged commits to master

* remove clang-format ingore around versionString
This commit is contained in:
Michael Legleux
2023-01-09 09:36:33 -08:00
committed by GitHub
parent 1a9d328f94
commit c51d696181
8 changed files with 54 additions and 56 deletions

View File

@@ -32,17 +32,19 @@ jobs:
container:
image: ${{ matrix.type.image }}
# options: --user 1001
steps:
- uses: actions/checkout@v3
with:
path: clio
fetch-depth: 0
- name: Clone Clio packaging repo
uses: actions/checkout@v3
with:
path: clio-packages
repository: XRPLF/clio-packages
ref: main
- name: Build
shell: bash