Attempt to add CI things + remove config.h from git
Some checks failed
/ build (push) Failing after 20s

This commit is contained in:
9pfs 2024-04-24 04:41:24 +00:00
parent 690f419189
commit 5b0bd26f57
Signed by: 9pfs
SSH key fingerprint: SHA256:TOcGxMQCfy4VvRM8AzgXErKXdkAtaTcpGXgYMpyoJoY
3 changed files with 18 additions and 33 deletions

View file

@ -0,0 +1,14 @@
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

4
.gitignore vendored
View file

@ -112,7 +112,11 @@ Makefile
# backups of configure scripts and configure.ac
configure.ac~
configure~
config.h.in~
# binaries
nest-sanity
notify-test
# config.h
config.h

View file

@ -1,33 +0,0 @@
/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
to 0 otherwise. */
#define HAVE_MALLOC 1
/* Name of package */
#define PACKAGE "nest-sanity-checks"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "https://git.h.hackclub.app/9pfs/nest-sanity-checks/issues"
/* Define to the full name of this package. */
#define PACKAGE_NAME "nest-sanity-checks"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "nest-sanity-checks 0.0.1-dev"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "nest-sanity-checks"
/* Define to the home page for this package. */
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.0.1-dev"
/* Version number of package */
#define VERSION "0.0.1-dev"
/* Define to rpl_malloc if the replacement function should be used. */
/* #undef malloc */