This commit is contained in:
parent
827b59a5f1
commit
88c0b3a877
@ -17,12 +17,19 @@ jobs:
|
||||
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- run: echo "Building project..."
|
||||
- run: cmake ${{ gitea.workspace }}
|
||||
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
|
||||
- name: Installing Dependencies
|
||||
run: sudo apt install -y libasound2-dev
|
||||
|
||||
- run: cd ${{ gitea.workspace }}
|
||||
- run: make
|
||||
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ gitea.workspace }}
|
||||
|
||||
- run: echo "This job's status is ${{ job.status }}."
|
Loading…
Reference in New Issue
Block a user