.gitea/workflows/demo.yaml aktualisiert
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m34s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m34s
This commit is contained in:
parent
a4f80b527e
commit
e9c3c7cdf5
@ -21,8 +21,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pwd
|
pwd
|
||||||
ls -d $(pwd -P)/*
|
ls -d $(pwd -P)/*
|
||||||
- name: Build skyscraper8 binaries.
|
- name: Building the main assembly...
|
||||||
working-directory: ${{ gitea.workspace }}
|
working-directory: ${{ gitea.workspace }}
|
||||||
run: |
|
run: |
|
||||||
dotnet build /p:EnableWindowsTargeting=true
|
dotnet build /p:EnableWindowsTargeting=true
|
||||||
|
- name: Typesetting the readme file...
|
||||||
|
working-directory: ${{ gitea.workspace }}/skyscraper8.Manual
|
||||||
|
run: |
|
||||||
|
pdflatex skyscraper8.Manual.tex
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user