Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dchansen06 authored Dec 21, 2024
1 parent 10d3d23 commit abc1aaa
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ on:
branches: ["main"]

jobs:
all:
make:
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 libgtkmm-4.0-dev
- name: Compile everything (so as to not use multiple apt installs)
run: make all
- name: Compile server
run: make build/bin/server
- name: Compile client
run: make build/bin/client
- name: Compile gui
run: make build/bin/gui

0 comments on commit abc1aaa

Please # to comment.