/
githubmirror
/
libxmlb
Обзор
Документация
Войти
/
githubmirror
/
libxmlb
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/main.yml
25 строк
574 B
dependabot[bot]
build(deps): bump actions/checkout from 7.0.0 to 7.0.1
27 июл 2026, 14:03
27 июл 2026, 14:03
47b9bc9
Код
Авторство
О чём код?
name: Build and Test on: push: branches: [ main ] pull_request: branches: [ main ] permissions: contents: read jobs: build-linux: runs-on: ubuntu-latest strategy: matrix: distro: - fedora - fedora-w64 - debian fail-fast: false steps: - uses: actions/checkout@v7.0.1 - run: docker build -t libxmlb-${{ matrix.distro }} -f contrib/ci/Dockerfile-${{ matrix.distro }} . - run: docker run -t -v `pwd`:/build libxmlb-${{ matrix.distro }} ./contrib/ci/build-${{ matrix.distro }}.sh