Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Krauskopf Sebastian (DC-AE/EAR2) committed Aug 22, 2023
2 parents f449625 + 6b49e81 commit 77b1ef8
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/main.yml
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: Mkdocs
name: Build Snap

# Controls when the action will run.
on:
Expand All @@ -14,6 +14,15 @@ on:
workflow_dispatch:

jobs:
SetupEnv:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Setup ROS
uses: ros-tooling/setup-ros@v0.7
- run: vcs --help

BuildSnaps:
runs-on: ubuntu-latest
steps:
Expand All @@ -23,9 +32,9 @@ jobs:
with:
fetch-depth: 0
-
run: sudo snap install snapcraft
run: sudo snap install snapcraft --classic
-
run: |
cd simple-listener-py
./build-snap-amd64.sh

0 comments on commit 77b1ef8

Please sign in to comment.