-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REMOVE BEFORE MERGE: trigger on pull request
- Loading branch information
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,9 @@ on: | |
# Run this every Sunday at midnight | ||
schedule: | ||
- cron: "0 0 * * 0" | ||
|
||
# IMPORTANT: remove this before merging | ||
pull_request: | ||
|
||
jobs: | ||
linux-clang-build: | ||
runs-on: ubuntu-latest | ||
|
@@ -24,7 +26,8 @@ jobs: | |
- name: install dependencies | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install gcovr libqt5opengl5-dev libqt5svg5-dev libglvnd-dev libeigen3-dev zlib1g-dev libfftw3-dev ninja-build | ||
sudo apt-get install gcovr qt6-base-dev libglvnd-dev libeigen3-dev zlib1g-dev libfftw3-dev ninja-build | ||
- name: Run sccache-cache | ||
uses: mozilla-actions/[email protected] | ||
|
||
|
@@ -73,4 +76,4 @@ jobs: | |
uses: actions/upload-artifact@v2 | ||
with: | ||
name: mrtrix3-coverage-report | ||
path: ${{ github.workspace }}/report | ||
path: ${{ github.workspace }}/report |