shared/c-stdaux: reimport
git subtree pull --prefix shared/c-stdaux git@github.com:c-util/c-stdaux.git master --squash
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
rm -Rf "./ci-build"
|
|
||||||
mkdir "./ci-build"
|
|
||||||
cd "./ci-build"
|
|
||||||
|
|
||||||
${CHERRY_LIB_MESONSETUP} . "${CHERRY_LIB_SRCDIR}"
|
|
||||||
${CHERRY_LIB_NINJABUILD}
|
|
||||||
${CHERRY_LIB_MESONTEST}
|
|
||||||
(( ! CHERRY_LIB_VALGRIND )) || ${CHERRY_LIB_MESONTEST} "--wrapper=${CHERRY_LIB_VALGRINDWRAP}"
|
|
21
shared/c-stdaux/.github/workflows/ci.yml
vendored
Normal file
21
shared/c-stdaux/.github/workflows/ci.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
name: Continuous Integration
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
ci:
|
||||||
|
name: CI with Default Configuration
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Fetch Sources
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: Run through C-Util CI
|
||||||
|
uses: c-util/automation/src/ci-c-util@v1
|
||||||
|
with:
|
||||||
|
m32: 1
|
||||||
|
valgrind: 1
|
@@ -1,21 +0,0 @@
|
|||||||
os: linux
|
|
||||||
dist: trusty
|
|
||||||
language: c
|
|
||||||
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
before_install:
|
|
||||||
- curl -O -L "https://raw.githubusercontent.com/cherry-pick/cherry-images/v1/scripts/vmrun"
|
|
||||||
- curl -O -L "https://raw.githubusercontent.com/cherry-pick/cherry-ci/v1/scripts/cherryci"
|
|
||||||
- chmod +x "./vmrun" "./cherryci"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
include:
|
|
||||||
- stage: test
|
|
||||||
script:
|
|
||||||
- ./vmrun -- ../src/cherryci -d ../src/.cherryci -s c-util -m
|
|
||||||
- script:
|
|
||||||
- ./vmrun -T armv7hl -- ../src/cherryci -d ../src/.cherryci -s c-util
|
|
||||||
- script:
|
|
||||||
- ./vmrun -T i686 -- ../src/cherryci -d ../src/.cherryci -s c-util
|
|
@@ -1,5 +1,3 @@
|
|||||||
# SPDX-License-Identifier: LGPL-2.1+
|
|
||||||
|
|
||||||
project(
|
project(
|
||||||
'c-stdaux',
|
'c-stdaux',
|
||||||
'c',
|
'c',
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
# SPDX-License-Identifier: LGPL-2.1+
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# target: libcstdaux.so
|
# target: libcstdaux.so
|
||||||
# (No .so is built so far, since we are header-only. This might change in the
|
# (No .so is built so far, since we are header-only. This might change in the
|
||||||
|
Reference in New Issue
Block a user