Skip to content

Commit

Permalink
Add build workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
  • Loading branch information
tegioz committed Apr 8, 2024
1 parent ac0d81b commit d606a92
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Build

on:
push

jobs:
build:
runs-on:
labels: ubuntu-latest
container:
image: public.ecr.aws/g6m3a0y9/landscape2
options: --user root
steps:
- name: Checkout this repository
uses: actions/checkout@v3

- name: Build landscape
run: |
landscape2 build \
--settings-file ./settings.yml \
--guide-file ./guide.yml \
--data-file ./data.yml \
--logos-path ./logos \
--output-dir /tmp/landscape

0 comments on commit d606a92

Please sign in to comment.