Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update CI to build for all OSs with Intel #9

Merged
merged 22 commits into from
Nov 18, 2022
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
cd9c9f7
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
1e9b89f
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
7bf374a
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
c20ca96
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
28e499f
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
7e306c0
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
210693e
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
031c5a2
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
45937fd
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
e7256c7
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
699159a
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
cae7087
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
63b85f9
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
e5425a8
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
5804f32
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
b3a6b63
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
8100b14
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
171f318
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
339ed8f
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
6265f5d
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
693c602
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
1351f46
ci: update CI to build for all OSs with Intel
jdhughes-usgs Nov 18, 2022
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
Prev Previous commit
Next Next commit
ci: update CI to build for all OSs with Intel
  • Loading branch information
jdhughes-usgs committed Nov 18, 2022
commit 45937fd7ab185ca16ed73832a210602a82daff53
2 changes: 1 addition & 1 deletion .github/common/build_executables.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_cctag() -> str:
path = (pl.Path(os.path.dirname(pymake.__file__)) / "../").resolve()
print(f"path to pymake: {path}")

file_path = pl.Path("buildall.py")
file_path = pl.Path(".github/common/buildall.py")

cmds = [
"python",
Expand Down