Find the current path of gitea runner
Some checks failed
BattleCap test mode / Build BattleCap (push) Failing after 21s
Some checks failed
BattleCap test mode / Build BattleCap (push) Failing after 21s
This commit is contained in:
@@ -11,14 +11,14 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
- name: List files in the repository
|
|
||||||
run: |
|
|
||||||
ls ${{ gitea.workspace }}
|
|
||||||
- name: Install cmake package
|
- name: Install cmake package
|
||||||
run: sudo apt update -y && sudo apt install cmake -y
|
run: sudo apt update -y && sudo apt install cmake -y
|
||||||
- name: Cmake prepare part
|
- name: Cmake prepare part
|
||||||
run: mkdir build && cd build && cmake ..
|
run: mkdir build && cd build && cmake ..
|
||||||
|
- name: List files in the repository
|
||||||
|
run: |
|
||||||
|
ls ${{ gitea.workspace }}
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: make
|
run: cd build && make
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|
||||||
Reference in New Issue
Block a user