Skip to content

Commit

Permalink
Create server-build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
23vbq authored Jun 6, 2024
1 parent af15ec0 commit 329d3cb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/server-build-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Server build test

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: cdSrv
run: cd server
- name: make
run: make
- name: make clean install
run: sudo make clean install
- name: make clean ndinstall
run: sudo make clean ndinstall
- name: make debug
run: make debug

0 comments on commit 329d3cb

Please sign in to comment.