Skip to content

Commit

Permalink
workflows: build and install servers
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelcodes committed Sep 16, 2024
1 parent 09a02aa commit 8d1b1e0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
- name: Install lucerna
run: make install -C lucerna

- name: Build servers
run: make -C servers

- name: Install servers
run: make install -C servers

- name: Build lumen
run: make -C lumen

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/nightly-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
- name: Install lucerna
run: make install -C lucerna

- name: Build servers
run: make -C servers

- name: Install servers
run: make install -C servers

- name: Build lumen
run: make -C lumen

Expand Down

0 comments on commit 8d1b1e0

Please sign in to comment.