* Create c-cpp.yml
* Revert configure.ac req to 2.71
--- /dev/null
+name: C/C++ CI
+
+on:
+ push:
+ branches: [ "master", "dev" ]
+ pull_request:
+ branches: [ "master", "dev" ]
+
+jobs:
+ build:
+
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v7
+ - name: configure
+ run: ./autogen.sh --prefix=/srv/dgamelaunch-dev --enable-debugfile --enable-sqlite --enable-shmem --with-sqlite-db=/var/dgl/dgamelaunch.db --with-config-file=/srv/dgamelaunch-dv/etc/dgl/dgamelaunch.conf
+ - name: make
+ run: make
-dnl Use autoconf 2.72
+dnl Use autoconf 2.71
dnl (Things tend to break across versions, they're neither upwards nor
dnl downward compatible. Blame GNU.)
AC_INIT([dgamelaunch],[m4_translit(m4_esyscmd([git describe --abbrev=4 --dirty --tags --always || echo 1.6.1-roc]),m4_newline)])
-AC_PREREQ([2.72])
+AC_PREREQ([2.71])
AC_CONFIG_HEADERS([config.h])