Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,20 @@ jobs:
os: windows-latest
container:
useSonarCloud: ${{ github.event_name != 'pull_request' }}
testOptions: --options '[Compile]Jobs=1'
# TODO: align the target with the name
- name: macos-clang-arm64
target: macos-clang-arm64
os: macos-latest
container:
useSonarCloud:
testOptions:
Comment thread
modSpike marked this conversation as resolved.
- name: linux-gcc-x86_64
target: linux-64-gcc
os: ubuntu-latest
container: owncloudci/appimage-build:sles15-amd64
useSonarCloud:
testOptions:
name: ${{ matrix.name }}

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -160,7 +163,7 @@ jobs:

- name: Run tests
run: |
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --no-cache --test owncloud/owncloud-client
& "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --no-cache --test ${{ matrix.testOptions }} owncloud/owncloud-client

- name: Package
run: |
Expand Down