]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Enhance build_check workflow.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 28 Sep 2022 15:54:39 +0000 (16:54 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 28 Sep 2022 15:54:39 +0000 (16:54 +0100)
.github/workflows/build_check.yml

index 8bb2f354496978d28e1dd013527ee9b917ecbaca..39eb153b7e9c2e75df39dc63ad0c2755fd448e15 100644 (file)
@@ -23,3 +23,14 @@ jobs:
       run: |
         cd build
         make -j
+    - name: Install
+      run: |
+        cd build
+        sudo make install
+    - invoke:
+      run: |
+        sudo systemctl shairport-sync start
+    - terminate:
+      run: |
+        sudo systemctl shairport-sync stop
+