mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
experiment: testing
This commit is contained in:
15
.github/workflows/build-in-docker.yml
vendored
15
.github/workflows/build-in-docker.yml
vendored
@@ -49,10 +49,19 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: ${{ needs.checkout.outputs.checkout_path }}
|
working-directory: ${{ needs.checkout.outputs.checkout_path }}
|
||||||
steps:
|
steps:
|
||||||
- name: Set Cleanup Script Path
|
- name: Install Python & pipx
|
||||||
|
run: |
|
||||||
|
sudo apt update && sudo apt install -y python3 python3-pip pipx python-is-python3
|
||||||
|
pipx ensurepath
|
||||||
|
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
|
- name: Install Conan
|
||||||
|
run: |
|
||||||
|
pipx install "conan<2.0"
|
||||||
|
conan --version # Now in PATH
|
||||||
|
|
||||||
|
- name: Setup Gitea
|
||||||
run: |
|
run: |
|
||||||
echo "JOB_CLEANUP_SCRIPT=$(mktemp)" >> $GITHUB_ENV
|
|
||||||
sudo echo "we have sudo"
|
|
||||||
sudo python .ci/gitea.py verify --debug
|
sudo python .ci/gitea.py verify --debug
|
||||||
|
|
||||||
# - name: Build using Docker
|
# - name: Build using Docker
|
||||||
|
|||||||
Reference in New Issue
Block a user