forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'gartung-fix-bindist' into gartung-qt-slf7-again
- Loading branch information
Showing
2,850 changed files
with
51,751 additions
and
24,182 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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: Windows Paraview Nightly | ||
|
||
on: | ||
schedule: | ||
- cron: '0 2 * * *' # Run at 2 am | ||
|
||
defaults: | ||
run: | ||
shell: | ||
powershell Invoke-Expression -Command "./share/spack/qa/windows_test_setup.ps1"; {0} | ||
|
||
|
||
jobs: | ||
build-paraview-deps: | ||
runs-on: windows-latest | ||
steps: | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac | ||
with: | ||
fetch-depth: 0 | ||
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 | ||
with: | ||
python-version: 3.9 | ||
- name: Install Python packages | ||
run: | | ||
python -m pip install --upgrade pip six pywin32 setuptools coverage | ||
- name: Build Test | ||
run: | | ||
spack compiler find | ||
spack external find cmake ninja win-sdk win-wdk wgl msmpi | ||
spack -d install -y --cdash-upload-url https://cdash.spack.io/submit.php?project=Spack+on+Windows --cdash-track Nightly --only dependencies paraview | ||
exit 0 |
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
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
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
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 |
---|---|---|
@@ -1,10 +1,16 @@ | ||
version: 2 | ||
|
||
build: | ||
os: "ubuntu-22.04" | ||
apt_packages: | ||
- graphviz | ||
tools: | ||
python: "3.11" | ||
|
||
sphinx: | ||
configuration: lib/spack/docs/conf.py | ||
fail_on_warning: true | ||
|
||
python: | ||
version: 3.7 | ||
install: | ||
- requirements: lib/spack/docs/requirements.txt |
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
Oops, something went wrong.