Added a python script + systemd to activate /power API on port 22407 #63
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: | |
push: | |
branches: [ "main", "develop" ] | |
pull_request: | |
branches: [ "main", "develop" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Set up GNAT toolchain | |
run: > | |
sudo apt-get update && | |
sudo apt-get install gnat gprbuild libgnatcoll19-dev | |
- name: Build | |
run: gprbuild -j0 -p |