Skip to content

feat: add port

feat: add port #15

Workflow file for this run

# Copyright © 2023 telepace & Xinwei Xiong(cubxxw). All rights reserved.
#
# Licensed under the MIT License (the "License");
# you may not use this file except in compliance with the License.
name: Test Makefile build
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y make
- name: Build project
run: make build
- name: Test build artifacts
run: |
make test