ci config
Some checks failed
Build Project / Compile (push) Failing after 5s

This commit is contained in:
Martin Below 2024-06-10 07:10:23 +02:00
commit b260dcfba2

View File

@ -0,0 +1,20 @@
name: Build Project
on: [push]
jobs:
Compile:
runs-on: ubuntu-latest
services:
database:
image: mariadb:11.4.2-ubi9
environment:
MARIADB_DATABASE: "wazzl"
MARIADB_USER: "wazzl"
MARIADB_PASSWORD: "wazzl"
MARIADB_ROOT_PASSWORD: root
MARIADB_MYSQL_LOCALHOST_GRANTS: "wazzl"
container:
steps:
- name: install required stuff
run: apt-get -y update ; apt -y install netcat-openbsd; nc database 3306"