Skip to content

Minor improvements

Minor improvements #54

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: create output
working-directory: ./Server
run: mkdir output
- name: setup permissions
working-directory: ./Server
run: chmod u+rx BUILD
- name: build project
working-directory: ./Server
run: ./BUILD