Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
375gnu committed Dec 26, 2023
1 parent 916656d commit 91e0833
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,11 @@ jobs:
- name: 'Checkout source code'
run: |
git clone --depth=1 --recurse-submodules -j2 https://github.com/CelestiaProject/Celestia.git
git clone --depth=1 --recurse-submodules -j2 https://github.com/CelestiaProject/Celestia.git .
git checkout "$GITHUB_REF"
- name: 'Configure CMake'
working-directory: /__w/Celestia/Celestia/Celestia
working-directory: /__w/Celestia/Celestia
run: |
mkdir build
cd build
Expand All @@ -215,16 +215,16 @@ jobs:
..
- name: Build
working-directory: /__w/Celestia/Celestia/Celestia/build
working-directory: /__w/Celestia/Celestia/build
run: ninja

- name: Test
working-directory: /__w/Celestia/Celestia/Celestia/build
working-directory: /__w/Celestia/Celestia/build
run: ctest

- name: 'Package autogenerated headers'
if: ${{ success() && matrix.config.analysis_artifacts }}
working-directory: /__w/Celestia/Celestia/Celestia
working-directory: /__w/Celestia/Celestia
shell: bash
run: |
shopt -s globstar
Expand All @@ -234,7 +234,7 @@ jobs:
- name: 'Write PR details'
if: ${{ success() && github.event_name == 'pull_request' && matrix.config.analysis_artifacts }}
working-directory: /__w/Celestia/Celestia/Celestia
working-directory: /__w/Celestia/Celestia
run: |
printenv
echo "PR_KEY=${{ github.event.number }}" > pr-details.txt
Expand Down

0 comments on commit 91e0833

Please sign in to comment.