nest-sanity-checks/.forgejo/workflows/build.yaml
9pfs 5b0bd26f57
Some checks failed
/ build (push) Failing after 20s
Attempt to add CI things + remove config.h from git
2024-04-24 04:41:24 +00:00

14 lines
345 B
YAML

on: [push]
jobs:
build:
runs-on: docker
container:
image: node:20-bookworm
steps:
- uses: actions/checkout@v3
- run: apt-get install -y build-essential autoconf automake libcurl4-openssl-dev
- run: ./bootstrap
- run: ./configure
- run: make
- run: make install
- run: make distcheck