c-stdaux: re-import git-subtree for 'src/c-stdaux'
git subtree pull --prefix src/c-stdaux git@github.com:c-util/c-stdaux.git main --squash
This commit is contained in:
16
src/c-stdaux/.github/workflows/ci.yml
vendored
16
src/c-stdaux/.github/workflows/ci.yml
vendored
@@ -9,13 +9,9 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
name: CI with Default Configuration
|
name: CI with Default Configuration
|
||||||
runs-on: ubuntu-latest
|
uses: bus1/cabuild/.github/workflows/ci-c-util.yml@v1
|
||||||
|
with:
|
||||||
steps:
|
cabuild_ref: "v1"
|
||||||
- name: Fetch Sources
|
m32: true
|
||||||
uses: actions/checkout@v2
|
matrixmode: true
|
||||||
- name: Run through C-Util CI
|
valgrind: true
|
||||||
uses: c-util/automation/src/ci-c-util@v1
|
|
||||||
with:
|
|
||||||
m32: 1
|
|
||||||
valgrind: 1
|
|
||||||
|
@@ -30,7 +30,7 @@ AUTHORS-LGPL:
|
|||||||
along with this program; If not, see <http://www.gnu.org/licenses/>.
|
along with this program; If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
COPYRIGHT: (ordered alphabetically)
|
COPYRIGHT: (ordered alphabetically)
|
||||||
Copyright (C) 2018-2019 Red Hat, Inc.
|
Copyright (C) 2018-2022 Red Hat, Inc.
|
||||||
|
|
||||||
AUTHORS: (ordered alphabetically)
|
AUTHORS: (ordered alphabetically)
|
||||||
David Rheinsberg <david.rheinsberg@gmail.com>
|
David Rheinsberg <david.rheinsberg@gmail.com>
|
||||||
|
@@ -5,6 +5,7 @@ project(
|
|||||||
'c_std=c11'
|
'c_std=c11'
|
||||||
],
|
],
|
||||||
license: 'Apache',
|
license: 'Apache',
|
||||||
|
meson_version: '>=0.60.0',
|
||||||
version: '1.0.0',
|
version: '1.0.0',
|
||||||
)
|
)
|
||||||
major = meson.project_version().split('.')[0]
|
major = meson.project_version().split('.')[0]
|
||||||
|
Reference in New Issue
Block a user