Skip to content

Enable bash -x if GETUTO_DEBUG is set #47

Enable bash -x if GETUTO_DEBUG is set

Enable bash -x if GETUTO_DEBUG is set #47

Workflow file for this run

# GitHub actions workflow.
# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions
name: Build+Test CI
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
container: gentoo/stage3
steps:
- name: Install dependencies
run: |
emerge-webrsync
emerge --quiet --noreplace --oneshot \
app-crypt/gnupg \
dev-build/make \
dev-libs/openssl \
sec-keys/openpgp-keys-gentoo-release
- uses: actions/checkout@v3
name: Checkout
- name: Build
run: |
make check