Skip to content

Update and rename server_functions.hpp to server_functions.h #26

Update and rename server_functions.hpp to server_functions.h

Update and rename server_functions.hpp to server_functions.h #26

Workflow file for this run

name: Build
on:
push:
branches: ["main"]
jobs:
server:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup server environemnt
run: sudo apt-get install -y --no-install-suggests --no-install-recommends libsdl2-mixer-dev
- name: Compile server
run: make build/bin/server
client:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Compile client
run: make build/bin/client