mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 06:25:56 +03:00
Add test run to macOS CI
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
04a7bae037
commit
b543a504e6
1 changed files with 7 additions and 1 deletions
8
.github/workflows/macos-build-and-test.yml
vendored
8
.github/workflows/macos-build-and-test.yml
vendored
|
@ -49,6 +49,12 @@ jobs:
|
|||
run: |
|
||||
python "${{ env.CRAFT_MASTER_LOCATION }}/CraftMaster.py" --config "${{ env.CRAFT_MASTER_CONFIG }}" --target ${{ env.CRAFT_TARGET }} -c --install-deps nextcloud-client
|
||||
|
||||
- name: Build Client
|
||||
- name: Build client
|
||||
run: |
|
||||
python "${{ env.CRAFT_MASTER_LOCATION }}/CraftMaster.py" --config "${{ env.CRAFT_MASTER_CONFIG }}" --target ${{ env.CRAFT_TARGET }} -c --src-dir ${{ github.workspace }} nextcloud-client
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
cd ${{ github.workspace }}/${{ env.CRAFT_TARGET }}/build/nextcloud-client/work/build
|
||||
ctest --output-on-failure --output-junit testResult.xml
|
||||
|
||||
|
|
Loading…
Reference in a new issue